Uses of Class
org.w3.xmldsig.SignedInfo

Packages that use SignedInfo
org.w3.xmldsig   
 

Uses of SignedInfo in org.w3.xmldsig
 

Fields in org.w3.xmldsig declared as SignedInfo
protected  SignedInfo Signature.signedInfo
           
 

Methods in org.w3.xmldsig that return SignedInfo
 SignedInfo ObjectFactory.createSignedInfo()
          Create an instance of SignedInfo
 SignedInfo Signature.getSignedInfo()
          Gets the value of the signedInfo property.
 SignedInfo SignedInfo.withCanonicalizationMethod(CanonicalizationMethod value)
           
 SignedInfo SignedInfo.withId(String value)
           
 SignedInfo SignedInfo.withReferences(Collection<Reference> values)
           
 SignedInfo SignedInfo.withReferences(List<Reference> value)
           
 SignedInfo SignedInfo.withReferences(Reference... values)
           
 SignedInfo SignedInfo.withSignatureMethod(SignatureMethod value)
           
 

Methods in org.w3.xmldsig with parameters of type SignedInfo
 void Signature.setSignedInfo(SignedInfo value)
          Sets the value of the signedInfo property.
 Signature Signature.withSignedInfo(SignedInfo value)
           
 

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



Copyright © 2014 Digipost Open Source. All Rights Reserved.