Bouncy Castle Cryptography 1.19

org.bouncycastle.asn1.x509
Class DigestInfo

java.lang.Object
  |
  +--org.bouncycastle.asn1.x509.DigestInfo
All Implemented Interfaces:
DEREncodable

public class DigestInfo
extends java.lang.Object
implements DEREncodable

 DigestInfo::=SEQUENCE{
          digestAlgorithm  AlgorithmIdentifier,
          digest OCTET STRING }
 


Constructor Summary
DigestInfo(AlgorithmIdentifier algId, byte[] digest)
           
DigestInfo(ASN1Sequence obj)
           
 
Method Summary
 AlgorithmIdentifier getAlgorithmId()
           
 DERObject getDERObject()
           
 byte[] getDigest()
           
static DigestInfo getInstance(ASN1TaggedObject obj, boolean explicit)
           
static DigestInfo getInstance(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestInfo

public DigestInfo(AlgorithmIdentifier algId,
                  byte[] digest)

DigestInfo

public DigestInfo(ASN1Sequence obj)
Method Detail

getInstance

public static DigestInfo getInstance(ASN1TaggedObject obj,
                                     boolean explicit)

getInstance

public static DigestInfo getInstance(java.lang.Object obj)

getAlgorithmId

public AlgorithmIdentifier getAlgorithmId()

getDigest

public byte[] getDigest()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.19