| Package | Description |
|---|---|
| org.w3.xenc |
| Modifier and Type | Field and Description |
|---|---|
protected EncryptionProperties |
EncryptedType.encryptionProperties |
| Modifier and Type | Method and Description |
|---|---|
EncryptionProperties |
ObjectFactory.createEncryptionProperties()
Create an instance of
EncryptionProperties |
EncryptionProperties |
EncryptedType.getEncryptionProperties()
Gets the value of the encryptionProperties property.
|
EncryptionProperties |
EncryptionProperties.withEncryptionProperties(Collection<EncryptionProperty> values) |
EncryptionProperties |
EncryptionProperties.withEncryptionProperties(EncryptionProperty... values) |
EncryptionProperties |
EncryptionProperties.withEncryptionProperties(List<EncryptionProperty> value) |
EncryptionProperties |
EncryptionProperties.withId(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedType.setEncryptionProperties(EncryptionProperties value)
Sets the value of the encryptionProperties property.
|
EncryptedType |
EncryptedType.withEncryptionProperties(EncryptionProperties value) |
EncryptedKey |
EncryptedKey.withEncryptionProperties(EncryptionProperties value) |
EncryptedData |
EncryptedData.withEncryptionProperties(EncryptionProperties 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.