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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPair
generateKeyPair()
-
Methods inherited from class net.i2p.crypto.eddsa.KeyPairGenerator
createNamedCurveSpec, initialize, initialize
-
-
-
-
Method Detail
-
generateKeyPair
public KeyPair generateKeyPair()
- Overrides:
generateKeyPair
in classKeyPairGenerator
-
-