public class KeyTransportType extends Object
Java class for KeyTransportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyTransportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RecipientIdentifier" type="{}RecipientIdentifierType"/>
<element name="KeyEncryptionAlgorithm" type="{}AlgorithmIdentifier"/>
</sequence>
<attribute name="Version" type="{}VersionTypeCode" default="v0" />
<attribute name="EncryptedKey" use="required" type="{}EncryptedKeyType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
encryptedKey |
protected AlgorithmIdentifier |
keyEncryptionAlgorithm |
protected RecipientIdentifierType |
recipientIdentifier |
protected String |
version |
| Constructor and Description |
|---|
KeyTransportType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptedKey()
Gets the value of the encryptedKey property.
|
AlgorithmIdentifier |
getKeyEncryptionAlgorithm()
Gets the value of the keyEncryptionAlgorithm property.
|
RecipientIdentifierType |
getRecipientIdentifier()
Gets the value of the recipientIdentifier property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setEncryptedKey(byte[] value)
Sets the value of the encryptedKey property.
|
void |
setKeyEncryptionAlgorithm(AlgorithmIdentifier value)
Sets the value of the keyEncryptionAlgorithm property.
|
void |
setRecipientIdentifier(RecipientIdentifierType value)
Sets the value of the recipientIdentifier property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected RecipientIdentifierType recipientIdentifier
protected AlgorithmIdentifier keyEncryptionAlgorithm
protected String version
protected byte[] encryptedKey
public RecipientIdentifierType getRecipientIdentifier()
RecipientIdentifierTypepublic void setRecipientIdentifier(RecipientIdentifierType value)
value - allowed object is
RecipientIdentifierTypepublic AlgorithmIdentifier getKeyEncryptionAlgorithm()
AlgorithmIdentifierpublic void setKeyEncryptionAlgorithm(AlgorithmIdentifier value)
value - allowed object is
AlgorithmIdentifierpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic byte[] getEncryptedKey()
public void setEncryptedKey(byte[] value)
value - allowed object is
byte[]Copyright © 2018. All rights reserved.