Uses of Interface
org.bouncycastle.crypto.KeyUnwrapper
Packages that use KeyUnwrapper
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 KeyUnwrapper in org.bouncycastle.crypto
Subinterfaces of KeyUnwrapper in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterface
KeyUnwrapperUsingSecureRandom<T extends Parameters>
Interface describing a KeyUnwrapper which also requires a SecureRandom as part of its configuration.Methods in org.bouncycastle.crypto that return KeyUnwrapperModifier and TypeMethodDescriptionKeyWrapOperatorFactory.createKeyUnwrapper
(K key, T parameters) Create a key un-wrapper using the passed in key and parameters. -
Uses of KeyUnwrapper in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement KeyUnwrapperModifier and TypeClassDescriptionclass
FipsKeyUnwrapper<T extends Parameters>
Base class for the approved mode KeyUnwrapper implementations.class
FipsKeyUnwrapperUsingSecureRandom<T extends Parameters>
Base class for the approved mode KeyUnwrapper implementations which need a SecureRandom.