Package | Description |
---|---|
gnu.crypto.cipher | |
gnu.crypto.key | |
gnu.crypto.mac | |
gnu.crypto.mode | |
gnu.crypto.pad | |
gnu.crypto.prng | |
gnu.crypto.sig.rsa |
Modifier and Type | Class and Description |
---|---|
class |
CipherFactory
A Factory to instantiate symmetric block cipher instances.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyPairGeneratorFactory
A Factory to instantiate asymmetric keypair generators.
|
Modifier and Type | Class and Description |
---|---|
class |
HMacFactory
A Factory to instantiate Keyed-Hash Message Authentication Code
(HMAC) algorithm instances.
|
class |
MacFactory
A Factory that instantiates instances of every supported Message
Authentication Code algorithms, including all HMAC algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
ModeFactory
A Factory to instantiate block cipher modes of operations.
|
Modifier and Type | Class and Description |
---|---|
class |
PadFactory
A Factory to instantiate padding schemes.
|
Modifier and Type | Class and Description |
---|---|
class |
PRNGFactory
A Factory to instantiate pseudo random number generators.
|
Modifier and Type | Class and Description |
---|---|
class |
EME_Encoding |
Copyright © 2025. All rights reserved.