Class OtherHash

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.esf.OtherHash
All Implemented Interfaces:
ASN1Choice, ASN1Encodable, Encodable

public class OtherHash extends ASN1Object implements ASN1Choice
 OtherHash ::= CHOICE {
    sha1Hash  OtherHashValue, -- This contains a SHA-1 hash
   otherHash  OtherHashAlgAndValue
  }
 
  • Constructor Details

    • OtherHash

      public OtherHash(OtherHashAlgAndValue otherHash)
    • OtherHash

      public OtherHash(byte[] sha1Hash)
  • Method Details