Interface SignatureMethod<S extends SigningKey,V extends VerifyingKey>
- Type Parameters:
S- theSigningKeytype.V- theVerifyingKeytype.
- All Known Implementing Classes:
SignatureMethodRSAImpl,SignatureMethodsHMAC256Impl
public interface SignatureMethod<S extends SigningKey,V extends VerifyingKey>
Common definition of OAuth signature method algorithm.
-
Method Summary
-
Method Details
-
calculate
-
verify
-
getAlgorithm
String getAlgorithm()
-