Class OtherCertID

    • Method Detail

      • getInstance

        public static OtherCertID getInstance​(java.lang.Object o)
      • getCertHash

        public byte[] getCertHash()
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
         OtherCertID ::= SEQUENCE {
             otherCertHash    OtherHash,
             issuerSerial     IssuerSerial OPTIONAL }
        
         OtherHash ::= CHOICE {
             sha1Hash     OCTET STRING,
             otherHash    OtherHashAlgAndValue }
        
         OtherHashAlgAndValue ::= SEQUENCE {
             hashAlgorithm    AlgorithmIdentifier,
             hashValue        OCTET STRING }
        
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.