Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmlenc.EncryptionMethodType

Packages that use EncryptionMethodType
org.apache.cxf.xkms.model.xmlenc   
 

Uses of EncryptionMethodType in org.apache.cxf.xkms.model.xmlenc
 

Fields in org.apache.cxf.xkms.model.xmlenc declared as EncryptionMethodType
protected  EncryptionMethodType EncryptedType.encryptionMethod
           
 

Methods in org.apache.cxf.xkms.model.xmlenc that return EncryptionMethodType
 EncryptionMethodType ObjectFactory.createEncryptionMethodType()
          Create an instance of EncryptionMethodType
 EncryptionMethodType EncryptedType.getEncryptionMethod()
          Gets the value of the encryptionMethod property.
 

Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type EncryptionMethodType
 void EncryptedType.setEncryptionMethod(EncryptionMethodType value)
          Sets the value of the encryptionMethod property.
 


Apache CXF API

Apache CXF