Package com.horizen.vrfnative
Class VRFSecretKey
- java.lang.Object
-
- com.horizen.vrfnative.VRFSecretKey
-
- All Implemented Interfaces:
AutoCloseable
public class VRFSecretKey extends Object implements AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static VRFSecretKeydeserialize(byte[] secretKeyBytes)voidfreeSecretKey()VRFPublicKeygetPublicKey()byte[]serializeSecretKey()
-
-
-
Method Detail
-
deserialize
public static VRFSecretKey deserialize(byte[] secretKeyBytes)
-
serializeSecretKey
public byte[] serializeSecretKey()
-
freeSecretKey
public void freeSecretKey()
-
getPublicKey
public VRFPublicKey getPublicKey()
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-