Uses of Class
org.w3.xmldsig.SignatureMethod

Packages that use SignatureMethod
org.w3.xmldsig   
 

Uses of SignatureMethod in org.w3.xmldsig
 

Fields in org.w3.xmldsig declared as SignatureMethod
protected  SignatureMethod SignedInfo.signatureMethod
           
 

Methods in org.w3.xmldsig that return SignatureMethod
 SignatureMethod ObjectFactory.createSignatureMethod()
          Create an instance of SignatureMethod
 SignatureMethod SignedInfo.getSignatureMethod()
          Gets the value of the signatureMethod property.
 SignatureMethod SignatureMethod.withAlgorithm(String value)
           
 SignatureMethod SignatureMethod.withContent(Collection<Object> values)
           
 SignatureMethod SignatureMethod.withContent(List<Object> value)
           
 SignatureMethod SignatureMethod.withContent(Object... values)
           
 

Methods in org.w3.xmldsig with parameters of type SignatureMethod
 void SignedInfo.setSignatureMethod(SignatureMethod value)
          Sets the value of the signatureMethod property.
 SignedInfo SignedInfo.withSignatureMethod(SignatureMethod value)
           
 

Constructors in org.w3.xmldsig with parameters of type SignatureMethod
SignedInfo(CanonicalizationMethod canonicalizationMethod, SignatureMethod signatureMethod, List<Reference> references, String id)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.