S - the SigningKey type.V - the VerifyingKey type.public interface SignatureMethod<S extends SigningKey,V extends VerifyingKey>
| Modifier and Type | Method and Description |
|---|---|
String |
calculate(String header,
String payload,
S signingKey) |
String |
getAlgorithm() |
boolean |
verify(String signature,
String header,
String payload,
V verifyingKey) |
Copyright © 2010 - 2020 Adobe. All Rights Reserved