This project has retired. For details please refer to its Attic page.
org.apache.oltu.jose.jws.signature | Apache Oltu - JOSE
package

org.apache.oltu.jose.jws.signature

Interfaces

SignatureMethod<S extends SigningKey, V extends VerifyingKey> Common definition of OAuth signature method algorithm. 
SigningKey A key that marks has to be used for sign operations. 
SymmetricKey A key that marks can be used for both sign and verify operations. 
VerifyingKey A key that marks has to be used for verify operations.