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

Packages that use KeyInfoType
com.sun.xml.security.core.xenc   
com.sun.xml.ws.security.opt.crypto.dsig.keyinfo   
com.sun.xml.ws.security.opt.impl.util   
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
 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 com.sun.xml.security.core.xenc 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 com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
 

Subclasses of KeyInfoType in com.sun.xml.ws.security.opt.crypto.dsig.keyinfo
 class KeyInfo
           
 

Uses of KeyInfoType in com.sun.xml.ws.security.opt.impl.util
 

Methods in com.sun.xml.ws.security.opt.impl.util that return KeyInfoType
 KeyInfoType WSSElementFactory.createKeyInfoType(String keyAlgo, String refType, String refId)
           
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type KeyInfoType
 EncryptedData WSSElementFactory.createEncryptedData(String id, Attachment attachment, String dataAlgo, KeyInfoType keyInfo, Key key, EncryptionTarget target)
           
 EncryptedData WSSElementFactory.createEncryptedData(String id, Data data, String dataAlgo, KeyInfoType keyInfo, Key key, boolean contentOnly)
           
 EncryptedHeader WSSElementFactory.createEncryptedHeader(String ehId, String edId, Data data, String dataAlgo, KeyInfoType keyInfo, Key key, boolean contentOnly)
           
 

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-2015 Oracle Corporation. All Rights Reserved.