xades4j.properties.data
Class SignaturePolicyData

java.lang.Object
  extended by xades4j.properties.data.SignaturePolicyData
All Implemented Interfaces:
PropertyDataObject

public final class SignaturePolicyData
extends Object
implements PropertyDataObject

Author:
Luís

Constructor Summary
SignaturePolicyData()
           
SignaturePolicyData(ObjectIdentifier identifier, String digestAlgorithm, byte[] digestValue)
           
 
Method Summary
 String getDigestAlgorithm()
           
 byte[] getDigestValue()
           
 ObjectIdentifier getIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignaturePolicyData

public SignaturePolicyData(ObjectIdentifier identifier,
                           String digestAlgorithm,
                           byte[] digestValue)

SignaturePolicyData

public SignaturePolicyData()
Method Detail

getDigestAlgorithm

public String getDigestAlgorithm()

getDigestValue

public byte[] getDigestValue()

getIdentifier

public ObjectIdentifier getIdentifier()


Copyright © 2012. All Rights Reserved.