Uses of Class
org.w3.xenc.CipherData

Packages that use CipherData
org.w3.xenc   
 

Uses of CipherData in org.w3.xenc
 

Fields in org.w3.xenc declared as CipherData
protected  CipherData EncryptedType.cipherData
           
 

Methods in org.w3.xenc that return CipherData
 CipherData ObjectFactory.createCipherData()
          Create an instance of CipherData
 CipherData EncryptedType.getCipherData()
          Gets the value of the cipherData property.
 CipherData CipherData.withCipherReference(CipherReference value)
           
 CipherData CipherData.withCipherValue(byte[] value)
           
 

Methods in org.w3.xenc with parameters of type CipherData
 void EncryptedType.setCipherData(CipherData value)
          Sets the value of the cipherData property.
 EncryptedType EncryptedType.withCipherData(CipherData value)
           
 EncryptedKey EncryptedKey.withCipherData(CipherData value)
           
 EncryptedData EncryptedData.withCipherData(CipherData value)
           
 

Constructors in org.w3.xenc with parameters of type CipherData
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 © 2014 Digipost Open Source. All Rights Reserved.