This project has retired. For details please refer to its Attic page.
JWS | Apache Oltu - JOSE
public class

JWS

extends Object
java.lang.Object
   ↳ org.apache.oltu.jose.jws.JWS

Summary

Nested Classes
class JWS.Builder  
Public Methods
<SK extends SigningKey, VK extends VerifyingKey> boolean acceptAlgorithm(SignatureMethod<SK, VK> method)
Header getHeader()
String getPayload()
String getSignature()
<SK extends SigningKey, VK extends VerifyingKey> boolean validate(SignatureMethod<SK, VK> method, VK verifyingKey)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean acceptAlgorithm (SignatureMethod<SK, VK> method)

public Header getHeader ()

public String getPayload ()

public String getSignature ()

public boolean validate (SignatureMethod<SK, VK> method, VK verifyingKey)