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 classFipsAES.KeyGeneratorAES key generator.static classFipsSHS.KeyGeneratorHMAC key generatorclassFipsSymmetricKeyGenerator<T extends SymmetricSecretKey>Base class for the FIPS approved mode SymmetricKeyGenerator implementations.static classFipsTripleDES.KeyGeneratorTriple-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 classAES.KeyGeneratorSpecific AES key generator for non-FIPS algorithms.static classARC4.KeyGeneratorARC4/RC4 key generator.static classBlowfish.KeyGeneratorBlowfish key generator.static classCamellia.KeyGeneratorCamellia key generator.static classCAST5.KeyGeneratorCAST5 key generator.static classChaCha20.KeyGeneratorChaCha20 key generator.static classDES.KeyGeneratorDES key generator.static classGOST28147.KeyGeneratorGOST28147 key generator.static classIDEA.KeyGeneratorIDEA key generator.static classPoly1305.KeyGeneratorstatic classRC2.KeyGeneratorRC2 key generator.static classSecureHash.KeyGeneratorHMAC key generatorstatic classSEED.KeyGeneratorSEED key generator.static classSerpent.KeyGeneratorSerpent key generator.static classSHACAL2.KeyGeneratorSHACAL-2 key generator.static classSipHash.KeyGeneratorSipHash key generator.static classTripleDES.KeyGeneratorSpecific Triple-DES key generator for non-FIPS algorithms.static classTwofish.KeyGeneratorTwofish key generator.
-