Uses of Class
org.apache.cxf.xkms.model.xkms.PrivateKeyType
-
Packages that use PrivateKeyType Package Description 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 Modifier and Type Field Description protected PrivateKeyTypeRecoverResultType. privateKeyprotected PrivateKeyTypeRegisterResultType. privateKeyMethods in org.apache.cxf.xkms.model.xkms that return PrivateKeyType Modifier and Type Method Description PrivateKeyTypeObjectFactory. createPrivateKeyType()Create an instance ofPrivateKeyTypePrivateKeyTypeRecoverResultType. getPrivateKey()Gets the value of the privateKey property.PrivateKeyTypeRegisterResultType. getPrivateKey()Gets the value of the privateKey property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type PrivateKeyType Modifier and Type Method Description javax.xml.bind.JAXBElement<PrivateKeyType>ObjectFactory. createPrivateKey(PrivateKeyType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type PrivateKeyType Modifier and Type Method Description javax.xml.bind.JAXBElement<PrivateKeyType>ObjectFactory. createPrivateKey(PrivateKeyType value)voidRecoverResultType. setPrivateKey(PrivateKeyType value)Sets the value of the privateKey property.voidRegisterResultType. setPrivateKey(PrivateKeyType value)Sets the value of the privateKey property.
-