|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncryptionProperties | |
|---|---|
| org.w3.xenc | |
| Uses of EncryptionProperties in org.w3.xenc |
|---|
| Fields in org.w3.xenc declared as EncryptionProperties | |
|---|---|
protected EncryptionProperties |
EncryptedType.encryptionProperties
|
| Methods in org.w3.xenc that return EncryptionProperties | |
|---|---|
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)
|
| Methods in org.w3.xenc with parameters of type EncryptionProperties | |
|---|---|
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)
|
| Constructors in org.w3.xenc with parameters of type EncryptionProperties | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||