Uses of Interface
org.bouncycastle.crypto.KeyUnwrapper
-
Packages that use KeyUnwrapper 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 KeyUnwrapper in org.bouncycastle.crypto
Subinterfaces of KeyUnwrapper in org.bouncycastle.crypto Modifier and Type Interface Description interface
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 KeyUnwrapper Modifier and Type Method Description KeyUnwrapper<T>
KeyWrapOperatorFactory. 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 KeyUnwrapper Modifier and Type Class Description class
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.
-