public class CryptoKeyPlain extends DynamicData
Java class for CryptoKeyPlain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoKeyPlain">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="keyId" type="{urn:vim25}CryptoKeyId"/>
<element name="algorithm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="keyData" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected String |
keyData |
protected CryptoKeyId |
keyId |
| Constructor and Description |
|---|
CryptoKeyPlain() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Gets the value of the algorithm property.
|
String |
getKeyData()
Gets the value of the keyData property.
|
CryptoKeyId |
getKeyId()
Gets the value of the keyId property.
|
void |
setAlgorithm(String value)
Sets the value of the algorithm property.
|
void |
setKeyData(String value)
Sets the value of the keyData property.
|
void |
setKeyId(CryptoKeyId value)
Sets the value of the keyId property.
|
protected CryptoKeyId keyId
protected String algorithm
protected String keyData
public CryptoKeyId getKeyId()
CryptoKeyIdpublic void setKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdpublic String getAlgorithm()
Stringpublic void setAlgorithm(String value)
value - allowed object is
Stringpublic String getKeyData()
StringCopyright © 2018. All rights reserved.