public class HashAlgorithm
extends org.bouncycastle.asn1.ASN1Object
Modifier and Type | Field and Description |
---|---|
static HashAlgorithm |
extension |
static HashAlgorithm |
sha256 |
static HashAlgorithm |
sha384 |
Modifier | Constructor and Description |
---|---|
protected |
HashAlgorithm(int ordinal) |
Modifier and Type | Method and Description |
---|---|
static HashAlgorithm |
getInstance(java.lang.Object src) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static final HashAlgorithm sha256
public static final HashAlgorithm sha384
public static final HashAlgorithm extension
public static HashAlgorithm getInstance(java.lang.Object src)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object