Uses of Interface
org.bouncycastle.crypto.EncapsulatingSecretGenerator
Packages that use EncapsulatingSecretGenerator
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
-
Uses of EncapsulatingSecretGenerator in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return EncapsulatingSecretGeneratorModifier and TypeMethodDescriptionKTSOperatorFactory.createGenerator
(Key key, T parameters) Return a generator for making encapsulated secrets, initialized with the passed in keys and parameters.EncapsulatingSecretGenerator.withSecureRandom
(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 EncapsulatingSecretGeneratorModifier and TypeClassDescriptionclass
FipsEncapsulatingSecretGenerator<T extends FipsParameters>
Base class for the approved mode EncapsulatingSecretGenerator implementations.