Uses of Class
org.bouncycastle.crypto.CipherKeyGenerator
-
Packages that use CipherKeyGenerator Package Description org.bouncycastle.crypto.generators org.bouncycastle.crypto.util org.bouncycastle.jcajce.provider.symmetric.util -
-
Uses of CipherKeyGenerator in org.bouncycastle.crypto.generators
Subclasses of CipherKeyGenerator in org.bouncycastle.crypto.generators Modifier and Type Class Description class
DESedeKeyGenerator
class
DESKeyGenerator
class
Poly1305KeyGenerator
Generates keys for the Poly1305 MAC. -
Uses of CipherKeyGenerator in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return CipherKeyGenerator Modifier and Type Method Description static CipherKeyGenerator
CipherKeyGeneratorFactory. 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 CipherKeyGenerator Modifier and Type Field Description protected CipherKeyGenerator
BaseKeyGenerator. engine
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type CipherKeyGenerator Constructor Description BaseKeyGenerator(String algName, int defaultKeySize, CipherKeyGenerator engine)
-