Uses of Class
org.w3.xenc.EncryptionMethodType

Packages that use EncryptionMethodType
org.w3.xenc   
 

Uses of EncryptionMethodType in org.w3.xenc
 

Fields in org.w3.xenc declared as EncryptionMethodType
protected  EncryptionMethodType EncryptedType.encryptionMethod
           
 

Methods in org.w3.xenc that return EncryptionMethodType
 EncryptionMethodType ObjectFactory.createEncryptionMethodType()
          Create an instance of EncryptionMethodType
 EncryptionMethodType EncryptedType.getEncryptionMethod()
          Gets the value of the encryptionMethod property.
 EncryptionMethodType EncryptionMethodType.withAlgorithm(String value)
           
 EncryptionMethodType EncryptionMethodType.withContent(Collection<Object> values)
           
 EncryptionMethodType EncryptionMethodType.withContent(List<Object> value)
           
 EncryptionMethodType EncryptionMethodType.withContent(Object... values)
           
 

Methods in org.w3.xenc with parameters of type EncryptionMethodType
 void EncryptedType.setEncryptionMethod(EncryptionMethodType value)
          Sets the value of the encryptionMethod property.
 EncryptedType EncryptedType.withEncryptionMethod(EncryptionMethodType value)
           
 EncryptedKey EncryptedKey.withEncryptionMethod(EncryptionMethodType value)
           
 EncryptedData EncryptedData.withEncryptionMethod(EncryptionMethodType value)
           
 

Constructors in org.w3.xenc with parameters of type EncryptionMethodType
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.