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

Packages that use KeyInfoType
com.sun.xml.security.core.xenc   
 

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.
 



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