Package com.algorand.algosdk.crypto
Class Ed25519PublicKey
- java.lang.Object
-
- com.algorand.algosdk.crypto.Ed25519PublicKey
-
- All Implemented Interfaces:
Serializable
public class Ed25519PublicKey extends Object implements Serializable
a serializable Ed25519PublicKey- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
KEY_LEN_BYTES
-
Constructor Summary
Constructors Constructor Description Ed25519PublicKey()
Ed25519PublicKey(byte[] bytes)
Create a new VRF key.
-
-
-
Field Detail
-
KEY_LEN_BYTES
public static final int KEY_LEN_BYTES
- See Also:
- Constant Field Values
-
-