Uses of Class
xades4j.properties.ObjectIdentifier

Packages that use ObjectIdentifier
xades4j.properties Types that represent the different XAdES qualifying properties. 
xades4j.properties.data Low-level representation of the qualifying properties information and corresponing structural verification. 
xades4j.providers Interfaces for the different components in signature production and verification. 
xades4j.verification Support for signature verification. 
 

Uses of ObjectIdentifier in xades4j.properties
 

Methods in xades4j.properties that return ObjectIdentifier
 ObjectIdentifier SignaturePolicyIdentifierProperty.getIdentifier()
           
 ObjectIdentifier DataObjectFormatProperty.getIdentifier()
           
 

Methods in xades4j.properties with parameters of type ObjectIdentifier
 DataObjectFormatProperty DataObjectFormatProperty.withIdentifier(ObjectIdentifier identifier)
           
 

Constructors in xades4j.properties with parameters of type ObjectIdentifier
SignaturePolicyIdentifierProperty(ObjectIdentifier identifier, byte[] policyDocumentData)
           
SignaturePolicyIdentifierProperty(ObjectIdentifier identifier, InputStream policyDocumentStream)
           
 

Uses of ObjectIdentifier in xades4j.properties.data
 

Methods in xades4j.properties.data that return ObjectIdentifier
 ObjectIdentifier SignaturePolicyData.getIdentifier()
           
 ObjectIdentifier DataObjectFormatData.getIdentifier()
           
 

Methods in xades4j.properties.data with parameters of type ObjectIdentifier
 void DataObjectFormatData.setIdentifier(ObjectIdentifier identifier)
           
 

Constructors in xades4j.properties.data with parameters of type ObjectIdentifier
SignaturePolicyData(ObjectIdentifier identifier, String digestAlgorithm, byte[] digestValue)
           
 

Uses of ObjectIdentifier in xades4j.providers
 

Methods in xades4j.providers with parameters of type ObjectIdentifier
 InputStream SignaturePolicyDocumentProvider.getSignaturePolicyDocumentStream(ObjectIdentifier sigPolicyId)
          Gets a stream to the a policy document
 

Uses of ObjectIdentifier in xades4j.verification
 

Methods in xades4j.verification that return ObjectIdentifier
 ObjectIdentifier SignaturePolicyVerificationException.getSignaturePolicyId()
           
 

Constructors in xades4j.verification with parameters of type ObjectIdentifier
SignaturePolicyCannotDigestException(ObjectIdentifier sigPolicyId, String message)
           
SignaturePolicyDigestMismatchException(ObjectIdentifier sigPolicyId)
           
SignaturePolicyNotAvailableException(ObjectIdentifier signaturePolicyId)
           
SignaturePolicyVerificationException(ObjectIdentifier signaturePolicyId)
           
 



Copyright © 2012. All Rights Reserved.