Uses of Class
org.w3.xmldsig.KeyInfo

Packages that use KeyInfo
org.w3.xenc   
org.w3.xmldsig   
 

Uses of KeyInfo in org.w3.xenc
 

Fields in org.w3.xenc declared as KeyInfo
protected  KeyInfo EncryptedType.keyInfo
           
 

Methods in org.w3.xenc that return KeyInfo
 KeyInfo EncryptedType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in org.w3.xenc that return types with arguments of type KeyInfo
 JAXBElement<KeyInfo> ObjectFactory.createAgreementMethodOriginatorKeyInfo(KeyInfo value)
          Create an instance of JAXBElement<KeyInfo>}
 JAXBElement<KeyInfo> ObjectFactory.createAgreementMethodRecipientKeyInfo(KeyInfo value)
          Create an instance of JAXBElement<KeyInfo>}
 

Methods in org.w3.xenc with parameters of type KeyInfo
 JAXBElement<KeyInfo> ObjectFactory.createAgreementMethodOriginatorKeyInfo(KeyInfo value)
          Create an instance of JAXBElement<KeyInfo>}
 JAXBElement<KeyInfo> ObjectFactory.createAgreementMethodRecipientKeyInfo(KeyInfo value)
          Create an instance of JAXBElement<KeyInfo>}
 void EncryptedType.setKeyInfo(KeyInfo value)
          Sets the value of the keyInfo property.
 EncryptedType EncryptedType.withKeyInfo(KeyInfo value)
           
 EncryptedKey EncryptedKey.withKeyInfo(KeyInfo value)
           
 EncryptedData EncryptedData.withKeyInfo(KeyInfo value)
           
 

Constructors in org.w3.xenc with parameters of type KeyInfo
EncryptedData(EncryptionMethodType encryptionMethod, KeyInfo keyInfo, CipherData cipherData, EncryptionProperties encryptionProperties, String id, String type, String mimeType, String encoding)
          Fully-initialising value constructor
EncryptedKey(EncryptionMethodType encryptionMethod, KeyInfo keyInfo, CipherData cipherData, EncryptionProperties encryptionProperties, String id, String type, String mimeType, String encoding, ReferenceList referenceList, String carriedKeyName, String recipient)
          Fully-initialising value constructor
EncryptedType(EncryptionMethodType encryptionMethod, KeyInfo keyInfo, CipherData cipherData, EncryptionProperties encryptionProperties, String id, String type, String mimeType, String encoding)
          Fully-initialising value constructor
 

Uses of KeyInfo in org.w3.xmldsig
 

Fields in org.w3.xmldsig declared as KeyInfo
protected  KeyInfo Signature.keyInfo
           
 

Methods in org.w3.xmldsig that return KeyInfo
 KeyInfo ObjectFactory.createKeyInfo()
          Create an instance of KeyInfo
 KeyInfo Signature.getKeyInfo()
          Gets the value of the keyInfo property.
 KeyInfo KeyInfo.withContent(Collection<Object> values)
           
 KeyInfo KeyInfo.withContent(List<Object> value)
           
 KeyInfo KeyInfo.withContent(Object... values)
           
 KeyInfo KeyInfo.withId(String value)
           
 

Methods in org.w3.xmldsig with parameters of type KeyInfo
 void Signature.setKeyInfo(KeyInfo value)
          Sets the value of the keyInfo property.
 Signature Signature.withKeyInfo(KeyInfo value)
           
 

Constructors in org.w3.xmldsig with parameters of type KeyInfo
Signature(SignedInfo signedInfo, SignatureValue signatureValue, KeyInfo keyInfo, List<Object> objects, String id)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.