Uses of Interface
org.bouncycastle.crypto.KeyWrapper
Packages that use KeyWrapper
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 KeyWrapper in org.bouncycastle.crypto
Subinterfaces of KeyWrapper in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterface
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 KeyWrapperModifier and TypeMethodDescriptionKeyWrapOperatorFactory.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 KeyWrapperModifier and TypeClassDescriptionclass
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.