Package | Description |
---|---|
gnu.crypto.key | |
gnu.crypto.key.dss | |
gnu.crypto.key.ecdsa | |
gnu.crypto.key.rsa |
Modifier and Type | Method and Description |
---|---|
static IKeyPairGenerator |
KeyPairGeneratorFactory.getInstance(java.lang.String name)
Returns an instance of a keypair generator given its name.
|
Modifier and Type | Class and Description |
---|---|
class |
DSSKeyPairGenerator
A key-pair generator for asymetric keys to use in conjunction with the DSS
(Digital Signature Standard).
|
Modifier and Type | Class and Description |
---|---|
class |
ECDSAKeyPairGenerator |
Modifier and Type | Class and Description |
---|---|
class |
RSAKeyPairGenerator
A key-pair generator for asymetric keys to use in conjunction with the RSA
scheme.
|
Copyright © 2025. All rights reserved.