Uses of Class
org.apache.cxf.xkms.model.xkms.PrivateKeyType
Packages that use PrivateKeyType
-
Uses of PrivateKeyType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as PrivateKeyTypeModifier and TypeFieldDescriptionprotected PrivateKeyTypeRecoverResultType.privateKeyprotected PrivateKeyTypeRegisterResultType.privateKeyMethods in org.apache.cxf.xkms.model.xkms that return PrivateKeyTypeModifier and TypeMethodDescriptionObjectFactory.createPrivateKeyType()Create an instance ofPrivateKeyTypeRecoverResultType.getPrivateKey()Gets the value of the privateKey property.RegisterResultType.getPrivateKey()Gets the value of the privateKey property.Methods in org.apache.cxf.xkms.model.xkms that return types with arguments of type PrivateKeyTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<PrivateKeyType>ObjectFactory.createPrivateKey(PrivateKeyType value) Methods in org.apache.cxf.xkms.model.xkms with parameters of type PrivateKeyTypeModifier and TypeMethodDescriptionjakarta.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.