| Package | Description |
|---|---|
| old.org.bouncycastle.crypto.params |
| Modifier and Type | Class and Description |
|---|---|
class |
DESedeParameters |
class |
DESParameters |
| Modifier and Type | Method and Description |
|---|---|
KeyParameter |
AEADParameters.getKey() |
| Constructor and Description |
|---|
AEADParameters(KeyParameter key,
int macSize,
byte[] nonce,
byte[] associatedText)
Base constructor.
|
CCMParameters(KeyParameter key,
int macSize,
byte[] nonce,
byte[] associatedText)
Base constructor.
|
Copyright © 2015. All rights reserved.