Uses of Interface
org.bouncycastle.crypto.internal.Wrapper
Packages that use Wrapper
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of Wrapper in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return WrapperModifier and TypeMethodDescriptionprotected Wrapper
AES.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, AES.WrapParameters parameters, SecureRandom random) protected Wrapper
Camellia.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, Camellia.WrapParameters parameters, SecureRandom random) protected Wrapper
RC2.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, RC2.Parameters parameters, SecureRandom random) protected Wrapper
SEED.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, SEED.WrapParameters parameters, SecureRandom random) protected Wrapper
Serpent.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, Serpent.WrapParameters parameters, SecureRandom random) protected Wrapper
TripleDES.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, TripleDES.Parameters parameters, SecureRandom random) protected Wrapper
Twofish.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, Twofish.WrapParameters parameters, SecureRandom random) -
Uses of Wrapper in org.bouncycastle.crypto.internal.wrappers
Classes in org.bouncycastle.crypto.internal.wrappers that implement WrapperModifier and TypeClassDescriptionfinal class
an implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394/SP800-38F.final class
an implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394/SP800-38F.