Class HashedId

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
    Direct Known Subclasses:
    CrlEntry, HashedId10, HashedId3, HashedId32, HashedId8

    public class HashedId
    extends org.bouncycastle.asn1.ASN1Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected HashedId​(byte[] string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      byte[] getHashBytes()  
      int hashCode()  
      org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()  
      • Methods inherited from class org.bouncycastle.asn1.ASN1Object

        encodeTo, encodeTo, getEncoded, getEncoded, hasEncodedTagValue
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HashedId

        protected HashedId​(byte[] string)
    • Method Detail

      • getHashBytes

        public byte[] getHashBytes()
      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class org.bouncycastle.asn1.ASN1Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.bouncycastle.asn1.ASN1Object