Package net.i2p.router.crypto.ratchet
Class Elg2KeyPair
- java.lang.Object
-
- net.i2p.crypto.KeyPair
-
- net.i2p.router.crypto.ratchet.Elg2KeyPair
-
public class Elg2KeyPair extends KeyPair
X25519 keys, with the public key Elligator2 encoding pre-calculated- Since:
- 0.9.44
-
-
Constructor Summary
Constructors Constructor Description Elg2KeyPair(PublicKey publicKey, PrivateKey privateKey, byte[] enc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
-
Methods inherited from class net.i2p.crypto.KeyPair
getPrivate, getPublic
-
-
-
-
Constructor Detail
-
Elg2KeyPair
public Elg2KeyPair(PublicKey publicKey, PrivateKey privateKey, byte[] enc)
-
-