Uses of Class
org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
| Package | Description |
|---|---|
| org.bouncycastle.jcajce.provider.digest | |
| org.bouncycastle.jcajce.provider.symmetric |
-
Uses of BaseKeyGenerator in org.bouncycastle.jcajce.provider.digest
Subclasses of BaseKeyGenerator in org.bouncycastle.jcajce.provider.digest Modifier and Type Class Description static classMD5.KeyGeneratorstatic classSHA1.KeyGeneratorstatic classSHA256.KeyGeneratorHMACSHA256static classSHA384.KeyGeneratorHMACSHA384static classSHA512.KeyGeneratorHMACSHA512 -
Uses of BaseKeyGenerator in org.bouncycastle.jcajce.provider.symmetric
Subclasses of BaseKeyGenerator in org.bouncycastle.jcajce.provider.symmetric Modifier and Type Class Description static classAES.KeyGenstatic classARC4.KeyGenstatic classBlowfish.KeyGenstatic classDES.KeyGeneratorDES - the default for this is to generate a key in a-b-a format that's 24 bytes long but has 16 bytes of key material (the first 8 bytes is repeated as the last 8 bytes).static classDESede.KeyGeneratorDESede - the default for this is to generate a key in a-b-a format that's 24 bytes long but has 16 bytes of key material (the first 8 bytes is repeated as the last 8 bytes).static classDESede.KeyGenerator3generate a desEDE key in the a-b-c format.