Uses of Class
com.horizen.vrfnative.VRFSecretKey
-
Packages that use VRFSecretKey Package Description com.horizen.vrfnative -
-
Uses of VRFSecretKey in com.horizen.vrfnative
Methods in com.horizen.vrfnative that return VRFSecretKey Modifier and Type Method Description static VRFSecretKeyVRFSecretKey. deserialize(byte[] secretKeyBytes)VRFSecretKeyVRFKeyPair. getSecretKey()Constructors in com.horizen.vrfnative with parameters of type VRFSecretKey Constructor Description VRFKeyPair(VRFSecretKey secretKey)VRFKeyPair(VRFSecretKey secretKey, VRFPublicKey publicKey)
-