| Package | Description |
|---|---|
| org.bouncycastle.crypto |
Base classes for the lightweight API.
|
| org.bouncycastle.crypto.digests |
Message digest classes.
|
| Modifier and Type | Method and Description |
|---|---|
CryptoServicePurpose |
CryptoServiceProperties.getPurpose()
Return the purpose of the cryptographic service.
|
static CryptoServicePurpose |
CryptoServicePurpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoServicePurpose[] |
CryptoServicePurpose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected CryptoServicePurpose |
KeccakDigest.purpose |
protected CryptoServicePurpose |
LongDigest.purpose |
| Constructor and Description |
|---|
KeccakDigest(CryptoServicePurpose purpose) |
KeccakDigest(int bitLength,
CryptoServicePurpose purpose) |
LongDigest(CryptoServicePurpose purpose)
Constructor for variable length word
|
SHA3Digest(CryptoServicePurpose purpose) |
SHA3Digest(int bitLength,
CryptoServicePurpose purpose) |
SHA512Digest(CryptoServicePurpose purpose)
Standard constructor, with purpose
|
SHAKEDigest(CryptoServicePurpose purpose) |
SHAKEDigest(int bitStrength,
CryptoServicePurpose purpose)
Base constructor.
|