| Package | Description |
|---|---|
| org.w3.xenc |
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceList |
EncryptedKey.referenceList |
| Modifier and Type | Method and Description |
|---|---|
ReferenceList |
ObjectFactory.createReferenceList()
Create an instance of
ReferenceList |
ReferenceList |
EncryptedKey.getReferenceList()
Gets the value of the referenceList property.
|
ReferenceList |
ReferenceList.withDataReferencesAndKeyReferences(Collection<Object> values) |
ReferenceList |
ReferenceList.withDataReferencesAndKeyReferences(List<Object> value) |
ReferenceList |
ReferenceList.withDataReferencesAndKeyReferences(Object... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedKey.setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
EncryptedKey |
EncryptedKey.withReferenceList(ReferenceList value) |
| Constructor and Description |
|---|
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
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.