| Package | Description |
|---|---|
| old.org.bouncycastle.crypto.engines | |
| old.org.bouncycastle.jce.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
AESWrapEngine
an implementation of the AES Key Wrapper from the NIST Key Wrap
Specification.
|
class |
CamelliaWrapEngine
An implementation of the Camellia key wrapper based on RFC 3657/RFC 3394.
|
class |
DESedeWrapEngine
Wrap keys according to
draft-ietf-smime-key-wrap-01.txt.
|
class |
RC2WrapEngine
Wrap keys according to RFC 3217 - RC2 mechanism
|
class |
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 |
SEEDWrapEngine
An implementation of the SEED key wrapper based on RFC 4010/RFC 3394.
|
| Modifier and Type | Field and Description |
|---|---|
protected Wrapper |
WrapCipherSpi.wrapEngine |
| Constructor and Description |
|---|
WrapCipherSpi(Wrapper wrapEngine) |
WrapCipherSpi(Wrapper wrapEngine,
int ivSize) |
Copyright © 2015. All rights reserved.