Uses of Class
org.bouncycastle.crypto.CipherKeyGenerator
Packages that use CipherKeyGenerator
Package
Description
-
Uses of CipherKeyGenerator in org.bouncycastle.crypto.generators
Subclasses of CipherKeyGenerator in org.bouncycastle.crypto.generatorsModifier and TypeClassDescriptionclassclassclassGenerates keys for the Poly1305 MAC. -
Uses of CipherKeyGenerator in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return CipherKeyGeneratorModifier and TypeMethodDescriptionstatic CipherKeyGeneratorCipherKeyGeneratorFactory.createKeyGenerator(ASN1ObjectIdentifier algorithm, SecureRandom random) Create a key generator for the passed in Object Identifier. -
Uses of CipherKeyGenerator in org.bouncycastle.jcajce.provider.symmetric.util
Fields in org.bouncycastle.jcajce.provider.symmetric.util declared as CipherKeyGeneratorConstructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type CipherKeyGeneratorModifierConstructorDescriptionprotectedBaseKeyGenerator(String algName, int defaultKeySize, CipherKeyGenerator engine)