public class CryptoSpecEncrypt extends CryptoSpec
Java class for CryptoSpecEncrypt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoSpecEncrypt">
<complexContent>
<extension base="{urn:vim25}CryptoSpec">
<sequence>
<element name="cryptoKeyId" type="{urn:vim25}CryptoKeyId"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CryptoKeyId |
cryptoKeyId |
| Constructor and Description |
|---|
CryptoSpecEncrypt() |
| Modifier and Type | Method and Description |
|---|---|
CryptoKeyId |
getCryptoKeyId()
Gets the value of the cryptoKeyId property.
|
void |
setCryptoKeyId(CryptoKeyId value)
Sets the value of the cryptoKeyId property.
|
protected CryptoKeyId cryptoKeyId
public CryptoKeyId getCryptoKeyId()
CryptoKeyIdpublic void setCryptoKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdCopyright © 2018. All rights reserved.