public class ObjectDigestInfo extends Object implements org.bouncycastle.asn1.ASN1Encodable
Constructor and Description |
---|
ObjectDigestInfo(org.bouncycastle.asn1.ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getDigestAlgorithm() |
org.bouncycastle.asn1.DEREnumerated |
getDigestedObjectType() |
org.bouncycastle.asn1.DERBitString |
getObjectDigest() |
org.bouncycastle.asn1.DERObjectIdentifier |
getOtherObjectTypeID() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
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.ASN1Primitive toASN1Primitive()
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 }
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
Copyright © 2014. All rights reserved.