Package com.horizen.vrfnative
Class VRFProveResult
- java.lang.Object
-
- com.horizen.vrfnative.VRFProveResult
-
- All Implemented Interfaces:
AutoCloseable
public class VRFProveResult extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description VRFProveResult(VRFProof vrfProof, FieldElement vrfOutput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()FieldElementgetVRFOutput()VRFProofgetVRFProof()
-
-
-
Constructor Detail
-
VRFProveResult
public VRFProveResult(VRFProof vrfProof, FieldElement vrfOutput)
-
-
Method Detail
-
getVRFProof
public VRFProof getVRFProof()
-
getVRFOutput
public FieldElement getVRFOutput()
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-