Package | Description |
---|---|
org.spongycastle.crypto.engines |
Basic cipher classes.
|
org.spongycastle.crypto.macs |
Classes for creating MACs and HMACs.
|
org.spongycastle.crypto.params |
Classes for parameter objects for ciphers and generators.
|
Modifier and Type | Field and Description |
---|---|
private KeyParameter |
RFC3394WrapEngine.param |
private KeyParameter |
DESedeWrapEngine.param
Field param
|
Modifier and Type | Field and Description |
---|---|
private KeyParameter |
ISO9797Alg3Mac.lastKey2 |
private KeyParameter |
ISO9797Alg3Mac.lastKey3 |
Modifier and Type | Class and Description |
---|---|
class |
DESedeParameters |
class |
DESParameters |
Modifier and Type | Field and Description |
---|---|
private KeyParameter |
AEADParameters.key |
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.
|