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