Uses of Interface
org.bouncycastle.crypto.KeyWrapper
-
Packages that use KeyWrapper 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 KeyWrapper in org.bouncycastle.crypto
Subinterfaces of KeyWrapper in org.bouncycastle.crypto Modifier and Type Interface Description interface
KeyWrapperUsingSecureRandom<T extends Parameters>
Interface describing a KeyWrapper which also requires a SecureRandom as part of its configuration.Methods in org.bouncycastle.crypto that return KeyWrapper Modifier and Type Method Description KeyWrapper<T>
KeyWrapOperatorFactory. createKeyWrapper(K key, T parameters)
Create a key wrapper using the passed in key and parameters. -
Uses of KeyWrapper in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement KeyWrapper Modifier and Type Class Description class
FipsKeyWrapper<T extends Parameters>
Base class for the approved mode KeyWrapper implementations.class
FipsKeyWrapperUsingSecureRandom<T extends Parameters>
Base class for the approved mode KeyWrapper implementations which need a SecureRandom.
-