org.glite.security.voms.ac
Class ObjectDigestInfo

java.lang.Object
  extended by org.glite.security.voms.ac.ObjectDigestInfo
All Implemented Interfaces:
org.bouncycastle.asn1.DEREncodable

Deprecated. This class is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead.

public class ObjectDigestInfo
extends java.lang.Object
implements org.bouncycastle.asn1.DEREncodable


Constructor Summary
ObjectDigestInfo(org.bouncycastle.asn1.ASN1Sequence seq)
          Deprecated.  
 
Method Summary
 org.bouncycastle.asn1.DERObject getDERObject()
          Deprecated. Produce an object suitable for an ASN1OutputStream.
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithm()
          Deprecated.  
 org.bouncycastle.asn1.DEREnumerated getDigestedObjectType()
          Deprecated.  
 org.bouncycastle.asn1.DERBitString getObjectDigest()
          Deprecated.  
 org.bouncycastle.asn1.DERObjectIdentifier getOtherObjectTypeID()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDigestInfo

public ObjectDigestInfo(org.bouncycastle.asn1.ASN1Sequence seq)
Deprecated. 
Method Detail

getDigestedObjectType

public org.bouncycastle.asn1.DEREnumerated getDigestedObjectType()
Deprecated. 

getOtherObjectTypeID

public org.bouncycastle.asn1.DERObjectIdentifier getOtherObjectTypeID()
Deprecated. 

getDigestAlgorithm

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithm()
Deprecated. 

getObjectDigest

public org.bouncycastle.asn1.DERBitString getObjectDigest()
Deprecated. 

getDERObject

public org.bouncycastle.asn1.DERObject getDERObject()
Deprecated. 
Produce an object suitable for an ASN1OutputStream.
  ObjectDigestInfo ::= SEQUENCE {
       digestedObjectType  ENUMERATED {
               publicKey            (0),
               publicKeyCert        (1),
               otherObjectTypes     (2) },
                       -- otherObjectTypes MUST NOT
                       -- be used in this profile
       otherObjectTypeID   OBJECT IDENTIFIER OPTIONAL,
       digestAlgorithm     AlgorithmIdentifier,
       objectDigest        BIT STRING
  }
 

Specified by:
getDERObject in interface org.bouncycastle.asn1.DEREncodable