Apache CXF API

Uses of Class
org.apache.cxf.xkms.model.xmldsig.KeyInfoType

Packages that use KeyInfoType
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
protected  KeyInfoType KeyBindingAbstractType.keyInfo
           
 

Methods in org.apache.cxf.xkms.model.xkms that return KeyInfoType
 KeyInfoType KeyBindingAbstractType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in org.apache.cxf.xkms.model.xkms with parameters of type KeyInfoType
 void KeyBindingAbstractType.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
protected  KeyInfoType SignatureType.keyInfo
           
 

Methods in org.apache.cxf.xkms.model.xmldsig that return KeyInfoType
 KeyInfoType ObjectFactory.createKeyInfoType()
          Create an instance of KeyInfoType
 KeyInfoType SignatureType.getKeyInfo()
          Gets the value of the keyInfo property.
 

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

Methods in org.apache.cxf.xkms.model.xmldsig with parameters of type KeyInfoType
 JAXBElement<KeyInfoType> ObjectFactory.createKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 void SignatureType.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
protected  KeyInfoType EncryptedType.keyInfo
           
 

Methods in org.apache.cxf.xkms.model.xmlenc that return KeyInfoType
 KeyInfoType EncryptedType.getKeyInfo()
          Gets the value of the keyInfo property.
 

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

Methods in org.apache.cxf.xkms.model.xmlenc with parameters of type KeyInfoType
 JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 void EncryptedType.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
static KeyInfoType X509Utils.getKeyInfo(X509Certificate cert)
           
 


Apache CXF API

Apache CXF