Uses of Class
com.horizen.schnorrnative.SchnorrSecretKey
-
Packages that use SchnorrSecretKey Package Description com.horizen.schnorrnative -
-
Uses of SchnorrSecretKey in com.horizen.schnorrnative
Methods in com.horizen.schnorrnative that return SchnorrSecretKey Modifier and Type Method Description static SchnorrSecretKeySchnorrSecretKey. deserialize(byte[] secretKeyBytes)SchnorrSecretKeySchnorrKeyPair. getSecretKey()Constructors in com.horizen.schnorrnative with parameters of type SchnorrSecretKey Constructor Description SchnorrKeyPair(SchnorrSecretKey secretKey)SchnorrKeyPair(SchnorrSecretKey secretKey, SchnorrPublicKey publicKey)
-