public class ObjectDigestInfo
extends java.lang.Object
implements org.bouncycastle.asn1.DEREncodable
Constructor and Description |
---|
ObjectDigestInfo(org.bouncycastle.asn1.ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.DERObject |
getDERObject()
Produce an object suitable for an ASN1OutputStream.
|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getDigestAlgorithm() |
org.bouncycastle.asn1.DEREnumerated |
getDigestedObjectType() |
org.bouncycastle.asn1.DERBitString |
getObjectDigest() |
org.bouncycastle.asn1.DERObjectIdentifier |
getOtherObjectTypeID() |
public org.bouncycastle.asn1.DEREnumerated getDigestedObjectType()
public org.bouncycastle.asn1.DERObjectIdentifier getOtherObjectTypeID()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithm()
public org.bouncycastle.asn1.DERBitString getObjectDigest()
public org.bouncycastle.asn1.DERObject getDERObject()
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 }
getDERObject
in interface org.bouncycastle.asn1.DEREncodable
Copyright © 2012. All Rights Reserved.