Uses of Interface
org.bouncycastle.crypto.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 classAESWrapEnginean implementation of the AES Key Wrapper from the NIST Key Wrap Specification.classDESedeWrapEngineWrap keys according to draft-ietf-smime-key-wrap-01.txt.classRFC3394WrapEnginean implementation of the AES Key Wrapper from the NIST Key Wrap Specification as described in 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 WrapperBaseCipherSpi. 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 WrapperBaseWrapCipher. wrapEngineConstructors in org.bouncycastle.jcajce.provider.symmetric.util with parameters of type Wrapper Constructor Description BaseWrapCipher(Wrapper wrapEngine)BaseWrapCipher(Wrapper wrapEngine, int ivSize)