public class Ed25519PublicKeySerializer
For serialising an ed25519 public key
Modifier and Type | Field and Description |
---|---|
static Ed25519PublicKeySerializer |
INSTANCE
For serialising an ed25519 public key
|
Modifier and Type | Method and Description |
---|---|
net.i2p.crypto.eddsa.EdDSAPublicKey |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
java.lang.Class<net.i2p.crypto.eddsa.EdDSAPublicKey> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
net.i2p.crypto.eddsa.EdDSAPublicKey obj) |
public static Ed25519PublicKeySerializer INSTANCE
For serialising an ed25519 public key
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, net.i2p.crypto.eddsa.EdDSAPublicKey obj)
public net.i2p.crypto.eddsa.EdDSAPublicKey read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<net.i2p.crypto.eddsa.EdDSAPublicKey> type)