Package net.i2p.crypto.eddsa
Class RedKeyPairGenerator
java.lang.Object
java.security.KeyPairGeneratorSpi
net.i2p.crypto.eddsa.KeyPairGenerator
net.i2p.crypto.eddsa.RedKeyPairGenerator
public final class RedKeyPairGenerator extends KeyPairGenerator
Default keysize is 256 (Ed25519)
- Since:
- 0.9.39
-
Field Summary
Fields inherited from class net.i2p.crypto.eddsa.KeyPairGenerator
DEFAULT_KEYSIZE, edParams, initialized, random
-
Constructor Summary
Constructors Constructor Description RedKeyPairGenerator()
-
Method Summary
Modifier and Type Method Description KeyPair
generateKeyPair()
Methods inherited from class net.i2p.crypto.eddsa.KeyPairGenerator
createNamedCurveSpec, initialize, initialize
-
Constructor Details
-
RedKeyPairGenerator
public RedKeyPairGenerator()
-
-
Method Details
-
generateKeyPair
- Overrides:
generateKeyPair
in classKeyPairGenerator
-