Uses of Class
org.apache.cxf.xkms.model.xmldsig.KeyInfoType
-
Packages that use KeyInfoType Package Description org.apache.cxf.xkms.model.xkms org.apache.cxf.xkms.model.xmldsig org.apache.cxf.xkms.model.xmlenc org.apache.cxf.xkms.x509.utils -
-
Uses of KeyInfoType in org.apache.cxf.xkms.model.xkms
Fields in org.apache.cxf.xkms.model.xkms declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeKeyBindingAbstractType. keyInfoMethods in org.apache.cxf.xkms.model.xkms that return KeyInfoType Modifier and Type Method Description KeyInfoTypeKeyBindingAbstractType. getKeyInfo()Gets the value of the keyInfo property.Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyInfoType Modifier and Type Method Description voidKeyBindingAbstractType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property. -
Uses of KeyInfoType in org.apache.cxf.xkms.model.xmldsig
Fields in org.apache.cxf.xkms.model.xmldsig declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeSignatureType. keyInfoMethods in org.apache.cxf.xkms.model.xmldsig that return KeyInfoType Modifier and Type Method Description KeyInfoTypeObjectFactory. createKeyInfoType()Create an instance ofKeyInfoTypeKeyInfoTypeSignatureType. getKeyInfo()Gets the value of the keyInfo property.Methods in org.apache.cxf.xkms.model.xmldsig that return types with arguments of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)voidSignatureType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property. -
Uses of KeyInfoType in org.apache.cxf.xkms.model.xmlenc
Fields in org.apache.cxf.xkms.model.xmlenc declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeEncryptedType. keyInfoMethods in org.apache.cxf.xkms.model.xmlenc that return KeyInfoType Modifier and Type Method Description KeyInfoTypeEncryptedType. getKeyInfo()Gets the value of the keyInfo property.Methods in org.apache.cxf.xkms.model.xmlenc that return types with arguments of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)voidEncryptedType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property. -
Uses of KeyInfoType in org.apache.cxf.xkms.x509.utils
Methods in org.apache.cxf.xkms.x509.utils that return KeyInfoType Modifier and Type Method Description static KeyInfoTypeX509Utils. getKeyInfo(X509Certificate cert)
-