| Package | Description |
|---|---|
| org.w3.xenc |
| Modifier and Type | Field and Description |
|---|---|
protected EncryptionMethodType |
EncryptedType.encryptionMethod |
| Modifier and Type | Method and Description |
|---|---|
EncryptionMethodType |
ObjectFactory.createEncryptionMethodType()
Create an instance of
EncryptionMethodType |
EncryptionMethodType |
EncryptedType.getEncryptionMethod()
Gets the value of the encryptionMethod property.
|
EncryptionMethodType |
EncryptionMethodType.withAlgorithm(String value) |
EncryptionMethodType |
EncryptionMethodType.withContent(Collection<Object> values) |
EncryptionMethodType |
EncryptionMethodType.withContent(List<Object> value) |
EncryptionMethodType |
EncryptionMethodType.withContent(Object... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedType.setEncryptionMethod(EncryptionMethodType value)
Sets the value of the encryptionMethod property.
|
EncryptedType |
EncryptedType.withEncryptionMethod(EncryptionMethodType value) |
EncryptedKey |
EncryptedKey.withEncryptionMethod(EncryptionMethodType value) |
EncryptedData |
EncryptedData.withEncryptionMethod(EncryptionMethodType 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.