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 WrapperAES.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, AES.WrapParameters parameters, SecureRandom random) protected WrapperARIA.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, ARIA.WrapParameters parameters, SecureRandom random) protected WrapperCamellia.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, Camellia.WrapParameters parameters, SecureRandom random) protected WrapperRC2.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, RC2.Parameters parameters, SecureRandom random) protected WrapperSEED.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, SEED.WrapParameters parameters, SecureRandom random) protected WrapperSerpent.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, Serpent.WrapParameters parameters, SecureRandom random) protected WrapperTripleDES.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, TripleDES.Parameters parameters, SecureRandom random) protected WrapperTwofish.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 classan implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394/SP800-38F.final classan implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394/SP800-38F.