Uses of Class
org.bouncycastle.crypto.SymmetricSecretKey
-
Packages that use SymmetricSecretKey Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of SymmetricSecretKey in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips with type parameters of type SymmetricSecretKey Modifier and Type Class Description class
FipsSymmetricKeyGenerator<T extends SymmetricSecretKey>
Base class for the FIPS approved mode SymmetricKeyGenerator implementations.Methods in org.bouncycastle.crypto.fips that return SymmetricSecretKey Modifier and Type Method Description SymmetricSecretKey
FipsAES.KeyGenerator. generateKey()
Generate a key,
-