| 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(java.lang.String value) |
EncryptionMethodType |
EncryptionMethodType.withContent(java.util.Collection<java.lang.Object> values) |
EncryptionMethodType |
EncryptionMethodType.withContent(java.util.List<java.lang.Object> value) |
EncryptionMethodType |
EncryptionMethodType.withContent(java.lang.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,
java.lang.String id,
java.lang.String type,
java.lang.String mimeType,
java.lang.String encoding)
Fully-initialising value constructor
|
EncryptedKey(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
java.lang.String id,
java.lang.String type,
java.lang.String mimeType,
java.lang.String encoding,
ReferenceList referenceList,
java.lang.String carriedKeyName,
java.lang.String recipient)
Fully-initialising value constructor
|
EncryptedType(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
java.lang.String id,
java.lang.String type,
java.lang.String mimeType,
java.lang.String encoding)
Fully-initialising value constructor
|
Copyright © 2015 Digipost Open Source. All Rights Reserved.