org.bouncycastle.asn1.x509
Class ObjectDigestInfo
- DEREncodable
public class ObjectDigestInfo
getDigestedObjectType
public DEREnumerated getDigestedObjectType()
toASN1Object
public DERObject toASN1Object()
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
}
- toASN1Object in interface ASN1Encodable