public class NamedKeyEncryptedData extends Object
Java class for NamedKeyEncryptedData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamedKeyEncryptedData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyName" type="{}KeyName" minOccurs="0"/>
<element name="EncryptedContent" type="{}EncryptedContent"/>
</sequence>
<attribute name="Version" type="{}VersionType" default="v0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EncryptedContent |
encryptedContent
The Encrypted content.
|
protected String |
keyName
The Key name.
|
protected VersionType |
version
The Version.
|
| Constructor and Description |
|---|
NamedKeyEncryptedData() |
| Modifier and Type | Method and Description |
|---|---|
EncryptedContent |
getEncryptedContent()
Gets the value of the encryptedContent property.
|
String |
getKeyName()
Gets the value of the keyName property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
void |
setEncryptedContent(EncryptedContent value)
Sets the value of the encryptedContent property.
|
void |
setKeyName(String value)
Sets the value of the keyName property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
protected String keyName
protected EncryptedContent encryptedContent
protected VersionType version
public String getKeyName()
Stringpublic void setKeyName(String value)
value - allowed object is Stringpublic EncryptedContent getEncryptedContent()
EncryptedContentpublic void setEncryptedContent(EncryptedContent value)
value - allowed object is EncryptedContentpublic VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is VersionTypeCopyright © 2022. All rights reserved.