Package com.algorand.algosdk.crypto
Class VRFPublicKey
- java.lang.Object
-
- com.algorand.algosdk.crypto.VRFPublicKey
-
- All Implemented Interfaces:
Serializable
public class VRFPublicKey extends Object implements Serializable
A serializable representation of a VRF public key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VRFPublicKey()
VRFPublicKey(byte[] bytes)
Create a new VRF key.
-