Uses of Class
com.sun.xml.security.core.dsig.KeyInfoType

Packages that use KeyInfoType
com.sun.xml.security.core.xenc   
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.internal.saml11.jaxb20   
 

Uses of KeyInfoType in com.sun.xml.security.core.xenc
 

Fields in com.sun.xml.security.core.xenc declared as KeyInfoType
protected  KeyInfoType EncryptedType.keyInfo
           
 

Methods in com.sun.xml.security.core.xenc that return KeyInfoType
 KeyInfoType EncryptedType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in com.sun.xml.security.core.xenc that return types with arguments of type KeyInfoType
 javax.xml.bind.JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 javax.xml.bind.JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 

Methods in com.sun.xml.security.core.xenc with parameters of type KeyInfoType
 javax.xml.bind.JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 javax.xml.bind.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 com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 with parameters of type KeyInfoType
 void KeyInfoConfirmationData.setKeyInfo(KeyInfoType value)
           
 

Uses of KeyInfoType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 declared as KeyInfoType
protected  KeyInfoType SubjectConfirmationType.keyInfo
           
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return KeyInfoType
 KeyInfoType SubjectConfirmationType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type KeyInfoType
 void SubjectConfirmationType.setKeyInfo(KeyInfoType value)
          Sets the value of the keyInfo property.
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.