Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xkms.PrivateKeyType

Packages that use PrivateKeyType
org.apache.cxf.xkms.model.xkms   
 

Uses of PrivateKeyType in org.apache.cxf.xkms.model.xkms
 

Fields in org.apache.cxf.xkms.model.xkms declared as PrivateKeyType
protected  PrivateKeyType RecoverResultType.privateKey
           
protected  PrivateKeyType RegisterResultType.privateKey
           
 

Methods in org.apache.cxf.xkms.model.xkms that return PrivateKeyType
 PrivateKeyType ObjectFactory.createPrivateKeyType()
          Create an instance of PrivateKeyType
 PrivateKeyType RecoverResultType.getPrivateKey()
          Gets the value of the privateKey property.
 PrivateKeyType RegisterResultType.getPrivateKey()
          Gets the value of the privateKey property.
 

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

Methods in org.apache.cxf.xkms.model.xkms with parameters of type PrivateKeyType
 JAXBElement<PrivateKeyType> ObjectFactory.createPrivateKey(PrivateKeyType value)
          Create an instance of JAXBElement<PrivateKeyType>}
 void RecoverResultType.setPrivateKey(PrivateKeyType value)
          Sets the value of the privateKey property.
 void RegisterResultType.setPrivateKey(PrivateKeyType value)
          Sets the value of the privateKey property.
 


Apache CXF API

Apache CXF