Package com.clevercloud.biscuit.crypto
Class KeyPair
- java.lang.Object
-
- com.clevercloud.biscuit.crypto.KeyPair
-
public final class KeyPair extends Object
Private and public key
-
-
Field Summary
Fields Modifier and Type Field Description static net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpeced25519net.i2p.crypto.eddsa.EdDSAPrivateKeyprivate_keynet.i2p.crypto.eddsa.EdDSAPublicKeypublic_key
-
-
-
Constructor Detail
-
KeyPair
public KeyPair()
-
KeyPair
public KeyPair(SecureRandom rng)
-
KeyPair
public KeyPair(byte[] b)
-
KeyPair
public KeyPair(String hex)
-
-