Uses of Interface
org.bouncycastle.crypto.SymmetricKeyGenerator
-
Packages that use SymmetricKeyGenerator Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithmsorg.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of SymmetricKeyGenerator in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement SymmetricKeyGenerator Modifier and Type Class Description static class
FipsAES.KeyGenerator
AES key generator.static class
FipsSHS.KeyGenerator
HMAC key generatorclass
FipsSymmetricKeyGenerator<T extends SymmetricSecretKey>
Base class for the FIPS approved mode SymmetricKeyGenerator implementations.static class
FipsTripleDES.KeyGenerator
Triple-DES key generator. -
Uses of SymmetricKeyGenerator in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement SymmetricKeyGenerator Modifier and Type Class Description static class
AES.KeyGenerator
Specific AES key generator for non-FIPS algorithms.static class
ARC4.KeyGenerator
ARC4/RC4 key generator.static class
Blowfish.KeyGenerator
Blowfish key generator.static class
Camellia.KeyGenerator
Camellia key generator.static class
CAST5.KeyGenerator
CAST5 key generator.static class
ChaCha20.KeyGenerator
ChaCha20 key generator.static class
DES.KeyGenerator
DES key generator.static class
GOST28147.KeyGenerator
GOST28147 key generator.static class
IDEA.KeyGenerator
IDEA key generator.static class
Poly1305.KeyGenerator
static class
RC2.KeyGenerator
RC2 key generator.static class
SecureHash.KeyGenerator
HMAC key generatorstatic class
SEED.KeyGenerator
SEED key generator.static class
Serpent.KeyGenerator
Serpent key generator.static class
SHACAL2.KeyGenerator
SHACAL-2 key generator.static class
SipHash.KeyGenerator
SipHash key generator.static class
TripleDES.KeyGenerator
Specific Triple-DES key generator for non-FIPS algorithms.static class
Twofish.KeyGenerator
Twofish key generator.
-