Uses of Enum Class
org.bouncycastle.crypto.CryptoServicePurpose
Packages that use CryptoServicePurpose
Package
Description
Base classes for the lightweight API.
Message digest classes.
-
Uses of CryptoServicePurpose in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return CryptoServicePurposeModifier and TypeMethodDescriptionCryptoServiceProperties.getPurpose()static CryptoServicePurposeReturns the enum constant of this class with the specified name.static CryptoServicePurpose[]CryptoServicePurpose.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CryptoServicePurpose in org.bouncycastle.crypto.digests
Fields in org.bouncycastle.crypto.digests declared as CryptoServicePurposeModifier and TypeFieldDescriptionprotected final CryptoServicePurposeKeccakDigest.purposeprotected final CryptoServicePurposeLongDigest.purposeConstructors in org.bouncycastle.crypto.digests with parameters of type CryptoServicePurposeModifierConstructorDescriptionKeccakDigest(int bitLength, CryptoServicePurpose purpose) KeccakDigest(CryptoServicePurpose purpose) protectedLongDigest(CryptoServicePurpose purpose) Constructor for variable length wordSHA3Digest(int bitLength, CryptoServicePurpose purpose) SHA3Digest(CryptoServicePurpose purpose) SHA512Digest(CryptoServicePurpose purpose) Standard constructor, with purposeSHAKEDigest(int bitStrength, CryptoServicePurpose purpose) Base constructor.SHAKEDigest(CryptoServicePurpose purpose)