|
Bouncy Castle Cryptography 1.24 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.x509.ObjectDigestInfo
Constructor Summary | |
ObjectDigestInfo()
|
Method Summary | |
DERObject |
getDERObject()
Produce an object suitable for an ASN1OutputStream. |
AlgorithmIdentifier |
getDigestAlgorithm()
|
DEREnumerated |
getDigestedObjectType()
|
DERBitString |
getObjectDigest()
|
DERObjectIdentifier |
getOtherObjectTypeID()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectDigestInfo()
Method Detail |
public DEREnumerated getDigestedObjectType()
public DERObjectIdentifier getOtherObjectTypeID()
public AlgorithmIdentifier getDigestAlgorithm()
public DERBitString getObjectDigest()
public 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 DEREncodable
|
Bouncy Castle Cryptography 1.24 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |