| Package | Description |
|---|---|
| org.w3.xenc |
| Modifier and Type | Field and Description |
|---|---|
protected CipherData |
EncryptedType.cipherData |
| Modifier and Type | Method and Description |
|---|---|
CipherData |
ObjectFactory.createCipherData()
Create an instance of
CipherData |
CipherData |
EncryptedType.getCipherData()
Gets the value of the cipherData property.
|
CipherData |
CipherData.withCipherReference(CipherReference value) |
CipherData |
CipherData.withCipherValue(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedType.setCipherData(CipherData value)
Sets the value of the cipherData property.
|
EncryptedType |
EncryptedType.withCipherData(CipherData value) |
EncryptedKey |
EncryptedKey.withCipherData(CipherData value) |
EncryptedData |
EncryptedData.withCipherData(CipherData value) |
| Constructor and Description |
|---|
EncryptedData(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
String id,
String type,
String mimeType,
String encoding)
Fully-initialising value constructor
|
EncryptedKey(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
String id,
String type,
String mimeType,
String encoding,
ReferenceList referenceList,
String carriedKeyName,
String recipient)
Fully-initialising value constructor
|
EncryptedType(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
String id,
String type,
String mimeType,
String encoding)
Fully-initialising value constructor
|
Copyright © 2017 Digipost. All Rights Reserved.