Uses of Class
org.w3.xmldsig.DigestMethod

Packages that use DigestMethod
org.etsi.uri._01903.v1_3   
org.etsi.uri._2918.v1_2   
org.w3.xmldsig   
 

Uses of DigestMethod in org.etsi.uri._01903.v1_3
 

Fields in org.etsi.uri._01903.v1_3 declared as DigestMethod
protected  DigestMethod ReferenceInfo.digestMethod
           
protected  DigestMethod DigestAlgAndValueType.digestMethod
           
 

Methods in org.etsi.uri._01903.v1_3 that return DigestMethod
 DigestMethod ReferenceInfo.getDigestMethod()
          Gets the value of the digestMethod property.
 DigestMethod DigestAlgAndValueType.getDigestMethod()
          Gets the value of the digestMethod property.
 

Methods in org.etsi.uri._01903.v1_3 with parameters of type DigestMethod
 void ReferenceInfo.setDigestMethod(DigestMethod value)
          Sets the value of the digestMethod property.
 void DigestAlgAndValueType.setDigestMethod(DigestMethod value)
          Sets the value of the digestMethod property.
 ReferenceInfo ReferenceInfo.withDigestMethod(DigestMethod value)
           
 DigestAlgAndValueType DigestAlgAndValueType.withDigestMethod(DigestMethod value)
           
 

Constructors in org.etsi.uri._01903.v1_3 with parameters of type DigestMethod
DigestAlgAndValueType(DigestMethod digestMethod, byte[] digestValue)
          Fully-initialising value constructor
ReferenceInfo(DigestMethod digestMethod, byte[] digestValue, String id, String uri)
          Fully-initialising value constructor
 

Uses of DigestMethod in org.etsi.uri._2918.v1_2
 

Fields in org.etsi.uri._2918.v1_2 declared as DigestMethod
protected  DigestMethod DataObjectReference.digestMethod
           
 

Methods in org.etsi.uri._2918.v1_2 that return DigestMethod
 DigestMethod DataObjectReference.getDigestMethod()
          Gets the value of the digestMethod property.
 

Methods in org.etsi.uri._2918.v1_2 with parameters of type DigestMethod
 void DataObjectReference.setDigestMethod(DigestMethod value)
          Sets the value of the digestMethod property.
 DataObjectReference DataObjectReference.withDigestMethod(DigestMethod value)
           
 

Constructors in org.etsi.uri._2918.v1_2 with parameters of type DigestMethod
DataObjectReference(DigestMethod digestMethod, byte[] digestValue, ExtensionsListType dataObjectReferenceExtensions, String uri, String mimeType, Boolean rootfile)
          Fully-initialising value constructor
 

Uses of DigestMethod in org.w3.xmldsig
 

Fields in org.w3.xmldsig declared as DigestMethod
protected  DigestMethod Reference.digestMethod
           
 

Methods in org.w3.xmldsig that return DigestMethod
 DigestMethod ObjectFactory.createDigestMethod()
          Create an instance of DigestMethod
 DigestMethod Reference.getDigestMethod()
          Gets the value of the digestMethod property.
 DigestMethod DigestMethod.withAlgorithm(String value)
           
 DigestMethod DigestMethod.withContent(Collection<Object> values)
           
 DigestMethod DigestMethod.withContent(List<Object> value)
           
 DigestMethod DigestMethod.withContent(Object... values)
           
 

Methods in org.w3.xmldsig with parameters of type DigestMethod
 void Reference.setDigestMethod(DigestMethod value)
          Sets the value of the digestMethod property.
 Reference Reference.withDigestMethod(DigestMethod value)
           
 

Constructors in org.w3.xmldsig with parameters of type DigestMethod
Reference(Transforms transforms, DigestMethod digestMethod, byte[] digestValue, String id, String uri, String type)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.