Package org.apache.oltu.jose.jws
Class JWS
java.lang.Object
org.apache.oltu.jose.jws.JWS
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<SK extends SigningKey,VK extends VerifyingKey>
booleanacceptAlgorithm(SignatureMethod<SK, VK> method) <SK extends SigningKey,VK extends VerifyingKey>
booleanvalidate(SignatureMethod<SK, VK> method, VK verifyingKey)
-
Method Details
-
getHeader
-
getPayload
-
getSignature
-
acceptAlgorithm
public <SK extends SigningKey,VK extends VerifyingKey> boolean acceptAlgorithm(SignatureMethod<SK, VK> method) -
validate
public <SK extends SigningKey,VK extends VerifyingKey> boolean validate(SignatureMethod<SK, VK> method, VK verifyingKey)
-