Uses of Interface
org.bouncycastle.crypto.Wrapper
Packages that use Wrapper
Package
Description
-
Uses of Wrapper in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement WrapperModifier and TypeClassDescriptionclassan implementation of the AES Key Wrapper from the NIST Key Wrap Specification.classclassan implementation of the ARIA Key Wrapper from the NIST Key Wrap Specification.classclassAn implementation of the Camellia key wrapper based on RFC 3657/RFC 3394.classclassWrap keys according to RFC 3217.classImplementation of DSTU7624 KEY WRAP modeclassclassWrap keys according to RFC 3217 - RC2 mechanismclassan implementation of the RFC 3211 Key Wrap Specification.classan implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394.classAn implementation of the AES Key Wrap with Padding specification as described in RFC 5649.classAn implementation of the SEED key wrapper based on RFC 4010/RFC 3394. -
Uses of Wrapper in org.bouncycastle.jcajce.provider.asymmetric.util
Fields in org.bouncycastle.jcajce.provider.asymmetric.util declared as Wrapper -
Uses of Wrapper in org.bouncycastle.jcajce.provider.symmetric.util
Fields in org.bouncycastle.jcajce.provider.symmetric.util declared as WrapperConstructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type WrapperModifierConstructorDescriptionprotectedBaseWrapCipher(Wrapper wrapEngine) protectedBaseWrapCipher(Wrapper wrapEngine, int ivSize) -
Uses of Wrapper in org.bouncycastle.operator.bc
Constructors in org.bouncycastle.operator.bc with parameters of type WrapperModifierConstructorDescriptionBcSymmetricKeyUnwrapper(AlgorithmIdentifier wrappingAlgorithm, Wrapper wrapper, KeyParameter wrappingKey) BcSymmetricKeyWrapper(AlgorithmIdentifier wrappingAlgorithm, Wrapper wrapper, KeyParameter wrappingKey) -
Uses of Wrapper in org.bouncycastle.pqc.jcajce.provider.util
Methods in org.bouncycastle.pqc.jcajce.provider.util that return WrapperModifier and TypeMethodDescriptionstatic WrapperWrapUtil.getKeyUnwrapper(KTSParameterSpec ktsParameterSpec, byte[] secret) static WrapperWrapUtil.getKeyWrapper(KTSParameterSpec ktsParameterSpec, byte[] secret) static WrapperWrapUtil.getWrapper(String keyAlgorithmName)