Uses of Class
org.w3.xmldsig.Transforms

Packages that use Transforms
org.etsi.uri._01903.v1_3   
org.w3.xmldsig   
 

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

Fields in org.etsi.uri._01903.v1_3 declared as Transforms
protected  Transforms SignaturePolicyIdType.transforms
           
 

Methods in org.etsi.uri._01903.v1_3 that return Transforms
 Transforms SignaturePolicyIdType.getTransforms()
          Gets the value of the transforms property.
 

Methods in org.etsi.uri._01903.v1_3 with parameters of type Transforms
 void SignaturePolicyIdType.setTransforms(Transforms value)
          Sets the value of the transforms property.
 SignaturePolicyIdType SignaturePolicyIdType.withTransforms(Transforms value)
           
 

Constructors in org.etsi.uri._01903.v1_3 with parameters of type Transforms
SignaturePolicyIdType(ObjectIdentifier sigPolicyId, Transforms transforms, DigestAlgAndValueType sigPolicyHash, SigPolicyQualifiersListType sigPolicyQualifiers)
          Fully-initialising value constructor
 

Uses of Transforms in org.w3.xmldsig
 

Fields in org.w3.xmldsig declared as Transforms
protected  Transforms RetrievalMethod.transforms
           
protected  Transforms Reference.transforms
           
 

Methods in org.w3.xmldsig that return Transforms
 Transforms ObjectFactory.createTransforms()
          Create an instance of Transforms
 Transforms RetrievalMethod.getTransforms()
          Gets the value of the transforms property.
 Transforms Reference.getTransforms()
          Gets the value of the transforms property.
 Transforms Transforms.withTransforms(Collection<Transform> values)
           
 Transforms Transforms.withTransforms(List<Transform> value)
           
 Transforms Transforms.withTransforms(Transform... values)
           
 

Methods in org.w3.xmldsig with parameters of type Transforms
 void RetrievalMethod.setTransforms(Transforms value)
          Sets the value of the transforms property.
 void Reference.setTransforms(Transforms value)
          Sets the value of the transforms property.
 RetrievalMethod RetrievalMethod.withTransforms(Transforms value)
           
 Reference Reference.withTransforms(Transforms value)
           
 

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



Copyright © 2014 Digipost Open Source. All Rights Reserved.