java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Enumerated
org.bouncycastle.oer.its.ieee1609dot2.basetypes.HashAlgorithm
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class HashAlgorithm extends org.bouncycastle.asn1.ASN1Enumerated
HashAlgorithm ::= ENUMERATED { sha256, ..., sha384 }
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HashAlgorithm
     
    static final HashAlgorithm
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
     

    Methods inherited from class org.bouncycastle.asn1.ASN1Enumerated

    getInstance, getValue, hashCode, hasValue, hasValue, intValueExact

    Methods inherited from class org.bouncycastle.asn1.ASN1Primitive

    encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive

    Methods inherited from class org.bouncycastle.asn1.ASN1Object

    getEncoded, getEncoded, hasEncodedTagValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • HashAlgorithm

      public HashAlgorithm(BigInteger integer)
  • Method Details

    • getInstance

      public static HashAlgorithm getInstance(Object src)
    • assertValues

      protected void assertValues()