Uses of Class
com.horizen.vrfnative.VRFPublicKey
-
Packages that use VRFPublicKey Package Description com.horizen.vrfnative -
-
Uses of VRFPublicKey in com.horizen.vrfnative
Methods in com.horizen.vrfnative that return VRFPublicKey Modifier and Type Method Description static VRFPublicKeyVRFPublicKey. deserialize(byte[] publicKeyBytes)static VRFPublicKeyVRFPublicKey. deserialize(byte[] publicKeyBytes, boolean checkPublicKey)static VRFPublicKeyVRFPublicKey. deserialize(byte[] publicKeyBytes, boolean checkPublicKey, boolean compressed)VRFPublicKeyVRFKeyPair. getPublicKey()VRFPublicKeyVRFSecretKey. getPublicKey()Constructors in com.horizen.vrfnative with parameters of type VRFPublicKey Constructor Description VRFKeyPair(VRFSecretKey secretKey, VRFPublicKey publicKey)
-