Interface ISignatureTransform
-
public interface ISignatureTransform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]sign(byte[] digest)booleanverify(byte[] digest, byte[] signature)
-
-
-
Method Detail
-
sign
byte[] sign(byte[] digest) throws GeneralSecurityException- Throws:
GeneralSecurityException
-
verify
boolean verify(byte[] digest, byte[] signature) throws GeneralSecurityException- Throws:
GeneralSecurityException
-
-