Uses of Enum Class
org.bouncycastle.crypto.CryptoServicePurpose
Packages that use CryptoServicePurpose
Package
Description
-
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.constraints
Methods in org.bouncycastle.crypto.constraints that return CryptoServicePurposeConstructors in org.bouncycastle.crypto.constraints with parameters of type CryptoServicePurposeModifierConstructorDescriptionDefaultServiceProperties(String algorithm, int bitsOfSecurity, Object params, CryptoServicePurpose purpose) -
Uses of CryptoServicePurpose in org.bouncycastle.crypto.digests
Fields in org.bouncycastle.crypto.digests declared as CryptoServicePurposeModifier and TypeFieldDescriptionprotected final CryptoServicePurposeGeneralDigest.purposeprotected final CryptoServicePurposeGOST3411_2012Digest.purposeprotected final CryptoServicePurposeKeccakDigest.purposeprotected final CryptoServicePurposeLongDigest.purposeMethods in org.bouncycastle.crypto.digests with parameters of type CryptoServicePurposeModifier and TypeMethodDescriptionstatic SavableDigestSHA256Digest.newInstance(CryptoServicePurpose purpose) Constructors in org.bouncycastle.crypto.digests with parameters of type CryptoServicePurposeModifierConstructorDescriptionBlake2bDigest(byte[] key, int digestLength, byte[] salt, byte[] personalization, CryptoServicePurpose purpose) Blake2bDigest(byte[] key, CryptoServicePurpose purpose) Blake2bDigest(int digestSize, CryptoServicePurpose purpose) Basic sized constructor with purpose.Blake2sDigest(byte[] key, int digestBytes, byte[] salt, byte[] personalization, CryptoServicePurpose purpose) Blake2sDigest(byte[] key, CryptoServicePurpose purpose) Blake2sDigest(int digestBits, CryptoServicePurpose purpose) BLAKE2s for hashing.Blake2xsDigest(int digestBytes, byte[] key, byte[] salt, byte[] personalization, CryptoServicePurpose purpose) BLAKE2xs with key, salt and personalizationBlake2xsDigest(int digestBytes, CryptoServicePurpose purpose) BLAKE2xs for hashingBlake3Digest(int pDigestSize, CryptoServicePurpose purpose) Base constructor with purpose.CSHAKEDigest(int bitLength, CryptoServicePurpose purpose, byte[] N, byte[] S) Base constructor.DSTU7564Digest(int hashSizeBits, CryptoServicePurpose purpose) protectedGeneralDigest(CryptoServicePurpose purpose) GOST3411_2012Digest(byte[] IV, CryptoServicePurpose purpose) GOST3411Digest(byte[] sBoxParam, CryptoServicePurpose purpose) Constructor to allow use of a particular sbox with GOST28147GOST3411Digest(CryptoServicePurpose purpose) Haraka256Digest(CryptoServicePurpose purpose) Haraka512Digest(CryptoServicePurpose purpose) KangarooTwelve(int pLength, CryptoServicePurpose purpose) Constructor.KangarooTwelve(CryptoServicePurpose purpose) KeccakDigest(int bitLength, CryptoServicePurpose purpose) KeccakDigest(CryptoServicePurpose purpose) protectedLongDigest(CryptoServicePurpose purpose) Constructor for variable length wordMarsupilamiFourteen(int pLength, CryptoServicePurpose purpose) Constructor.MarsupilamiFourteen(CryptoServicePurpose purpose) MD2Digest(CryptoServicePurpose purpose) MD4Digest(CryptoServicePurpose purpose) MD5Digest(CryptoServicePurpose purpose) ParallelHash(int bitLength, byte[] S, int B, int outputSize, CryptoServicePurpose purpose) RIPEMD128Digest(CryptoServicePurpose purpose) RIPEMD160Digest(CryptoServicePurpose purpose) Standard constructor, with PurposeRIPEMD256Digest(CryptoServicePurpose purpose) RIPEMD320Digest(CryptoServicePurpose purpose) SHA1Digest(CryptoServicePurpose purpose) Standard constructor, with PurposeSHA224Digest(CryptoServicePurpose purpose) Standard constructor, with purposeSHA256Digest(CryptoServicePurpose purpose) Standard constructor, with purposeSHA384Digest(CryptoServicePurpose purpose) Standard constructor, with purposeSHA3Digest(int bitLength, CryptoServicePurpose purpose) SHA3Digest(CryptoServicePurpose purpose) SHA512Digest(CryptoServicePurpose purpose) Standard constructor, with purposeSHA512tDigest(int bitLength, CryptoServicePurpose purpose) SHAKEDigest(int bitStrength, CryptoServicePurpose purpose) Base constructor.SHAKEDigest(CryptoServicePurpose purpose) SkeinDigest(int stateSizeBits, int digestSizeBits, CryptoServicePurpose purpose) SM3Digest(CryptoServicePurpose purpose) Standard constructor, with PurposeTigerDigest(CryptoServicePurpose purpose) Standard constructor, with PurposeWhirlpoolDigest(CryptoServicePurpose purpose) -
Uses of CryptoServicePurpose in org.bouncycastle.crypto.macs
Constructors in org.bouncycastle.crypto.macs with parameters of type CryptoServicePurpose