Uses of Class
org.w3.xenc.ReferenceList

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
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.