Uses of Interface
org.bouncycastle.crypto.Wrapper
-
Packages that use Wrapper Package Description org.bouncycastle.crypto.engines org.bouncycastle.jcajce.provider.asymmetric.util org.bouncycastle.jcajce.provider.symmetric.util -
-
Uses of Wrapper in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement Wrapper Modifier and Type Class Description class
AESWrapEngine
an implementation of the AES Key Wrapper from the NIST Key Wrap Specification.class
AESWrapPadEngine
class
ARIAWrapEngine
an implementation of the ARIA Key Wrapper from the NIST Key Wrap Specification.class
ARIAWrapPadEngine
class
CamelliaWrapEngine
An implementation of the Camellia key wrapper based on RFC 3657/RFC 3394.class
CryptoProWrapEngine
class
DESedeWrapEngine
Wrap keys according to RFC 3217.class
DSTU7624WrapEngine
Implementation of DSTU7624 KEY WRAP modeclass
GOST28147WrapEngine
class
RC2WrapEngine
Wrap keys according to RFC 3217 - RC2 mechanismclass
RFC3211WrapEngine
an implementation of the RFC 3211 Key Wrap Specification.class
RFC3394WrapEngine
an implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in RFC 3394.class
RFC5649WrapEngine
An implementation of the AES Key Wrap with Padding specification as described in RFC 5649.class
SEEDWrapEngine
An 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 Modifier and Type Field Description protected Wrapper
BaseCipherSpi. wrapEngine
-
Uses of Wrapper in org.bouncycastle.jcajce.provider.symmetric.util
Fields in org.bouncycastle.jcajce.provider.symmetric.util declared as Wrapper Modifier and Type Field Description protected Wrapper
BaseWrapCipher. wrapEngine
Constructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type Wrapper Constructor Description BaseWrapCipher(Wrapper wrapEngine)
BaseWrapCipher(Wrapper wrapEngine, int ivSize)
-