public interface ISignatureTransform
| Modifier and Type | Method and Description |
|---|---|
byte[] |
sign(byte[] digest) |
boolean |
verify(byte[] digest,
byte[] signature) |
byte[] sign(byte[] digest)
throws GeneralSecurityException
GeneralSecurityExceptionboolean verify(byte[] digest,
byte[] signature)
throws GeneralSecurityException
GeneralSecurityExceptionCopyright © 2019 Microsoft Corporation. All rights reserved.