Uses of Class
org.w3._2000._09.xmldsig_.KeyInfoType

Packages that use KeyInfoType
org.w3._2000._09.xmldsig_   
org.w3._2001._04.xmlenc_   
 

Uses of KeyInfoType in org.w3._2000._09.xmldsig_
 

Fields in org.w3._2000._09.xmldsig_ declared as KeyInfoType
protected  KeyInfoType SignatureType.keyInfo
           
 

Methods in org.w3._2000._09.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.w3._2000._09.xmldsig_ that return types with arguments of type KeyInfoType
 JAXBElement<KeyInfoType> ObjectFactory.createKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 

Methods in org.w3._2000._09.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.w3._2001._04.xmlenc_
 

Fields in org.w3._2001._04.xmlenc_ declared as KeyInfoType
protected  KeyInfoType EncryptedType.keyInfo
           
 

Methods in org.w3._2001._04.xmlenc_ that return KeyInfoType
 KeyInfoType EncryptedType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in org.w3._2001._04.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.w3._2001._04.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.
 



Copyright © 2012-2013. All Rights Reserved.