|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReferenceList | |
|---|---|
| org.w3.xenc | |
| Uses of ReferenceList in org.w3.xenc |
|---|
| Fields in org.w3.xenc declared as ReferenceList | |
|---|---|
protected ReferenceList |
EncryptedKey.referenceList
|
| Methods in org.w3.xenc that return ReferenceList | |
|---|---|
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)
|
| Methods in org.w3.xenc with parameters of type ReferenceList | |
|---|---|
void |
EncryptedKey.setReferenceList(ReferenceList value)
Sets the value of the referenceList property. |
EncryptedKey |
EncryptedKey.withReferenceList(ReferenceList value)
|
| Constructors in org.w3.xenc with parameters of type ReferenceList | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||