Class ObjectDigestInfo

  • All Implemented Interfaces:
    io.anyline.nfc.bouncycastle.asn1.ASN1Encodable , io.anyline.nfc.bouncycastle.util.Encodable

    
    public class ObjectDigestInfo
    extends ASN1Object
                        

    ObjectDigestInfo ASN.1 structure used in v2 attribute certificates.

     
       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
       }