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
GeneralSecurityException/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/