Apache CXF API

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

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

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

Methods in org.apache.cxf.xkms.model.xmlenc that return EncryptedKeyType
 EncryptedKeyType ObjectFactory.createEncryptedKeyType()
          Create an instance of EncryptedKeyType
 

Methods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type EncryptedKeyType
 JAXBElement<EncryptedKeyType> ObjectFactory.createEncryptedKey(EncryptedKeyType value)
          Create an instance of JAXBElement<EncryptedKeyType>}
 

Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type EncryptedKeyType
 JAXBElement<EncryptedKeyType> ObjectFactory.createEncryptedKey(EncryptedKeyType value)
          Create an instance of JAXBElement<EncryptedKeyType>}
 


Apache CXF API

Apache CXF