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 interfaceKeyWrapperUsingSecureRandom<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 classFipsKeyWrapper<T extends Parameters>Base class for the approved mode KeyWrapper implementations.classFipsKeyWrapperUsingSecureRandom<T extends Parameters>Base class for the approved mode KeyWrapper implementations which need a SecureRandom.
-