public class HashAlgorithm extends Object
Modifier and Type | Field and Description |
---|---|
static HashAlgorithm |
sha256 |
static HashAlgorithm |
sha384 |
Modifier | Constructor and Description |
---|---|
protected |
HashAlgorithm(int ordinal) |
Modifier and Type | Method and Description |
---|---|
HashAlgorithm |
getInstance(Object src) |
ASN1Primitive |
toASN1Primitive() |
public static final HashAlgorithm sha256
public static final HashAlgorithm sha384
public HashAlgorithm getInstance(Object src)
public ASN1Primitive toASN1Primitive()
Copyright © 2021 BouncyCastle.org. All rights reserved.