ISignatureTransform Interface
public interface ISignatureTransform
Method Summary
Modifier and Type | Method and Description |
---|---|
byte [] | sign(final byte[] digest) |
boolean | verify(final byte[] digest, final byte[] signature) |
Method Details
sign
public byte [] sign(final byte[] digest)
Parameters:
digest
verify
public boolean verify(final byte[] digest, final byte[] signature)
Parameters:
digest
signature
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java