Uses of Interface
org.bouncycastle.crypto.EncapsulatingSecretGenerator
-
Packages that use EncapsulatingSecretGenerator Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of EncapsulatingSecretGenerator in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return EncapsulatingSecretGenerator Modifier and Type Method Description EncapsulatingSecretGenerator
KTSOperatorFactory. createGenerator(Key key, T parameters)
Return a generator for making encapsulated secrets, initialized with the passed in keys and parameters.EncapsulatingSecretGenerator<T>
EncapsulatingSecretGenerator. withSecureRandom(java.security.SecureRandom random)
Return a new generator which will use the passed in SecureRandom for generating the key material, or secret, to be encapsulated. -
Uses of EncapsulatingSecretGenerator in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement EncapsulatingSecretGenerator Modifier and Type Class Description class
FipsEncapsulatingSecretGenerator<T extends FipsParameters>
Base class for the approved mode EncapsulatingSecretGenerator implementations.
-