Interface SignatureMethod<S extends SigningKey,V extends VerifyingKey>

Type Parameters:
S - the SigningKey type.
V - the VerifyingKey type.
All Known Implementing Classes:
SignatureMethodRSAImpl, SignatureMethodsHMAC256Impl

public interface SignatureMethod<S extends SigningKey,V extends VerifyingKey>
Common definition of OAuth signature method algorithm.
  • Method Details