Package net.i2p.crypto
Class KeyPair
java.lang.Object
net.i2p.crypto.KeyPair
- Direct Known Subclasses:
Elg2KeyPair
Same as java.security.KeyPair, but with I2P keys
- Since:
- 0.9.38
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
KeyPair
- Parameters:
publicKey
- non-null, same EncType as privateKeyprivateKey
- non-null, same EncType as publicKey
-
-
Method Details
-
getPublic
-
getPrivate
-