Class EdsaSigner
- java.lang.Object
-
- io.github.hapjava.server.impl.crypto.EdsaSigner
-
public class EdsaSigner extends Object
-
-
Constructor Summary
Constructors Constructor Description EdsaSigner(byte[] privateKeyBytes)
-
-
-
Method Detail
-
getPublicKey
public byte[] getPublicKey()
-
sign
public byte[] sign(byte[] material) throws NoSuchAlgorithmException, InvalidKeyException, SignatureException
-
-