| Package | Description |
|---|---|
| org.apache.oltu.jose.jws | |
| org.apache.oltu.jose.jws.signature.impl |
| Modifier and Type | Method and Description |
|---|---|
<SK extends SigningKey,VK extends VerifyingKey> |
JWS.acceptAlgorithm(SignatureMethod<SK,VK> method) |
<SK extends SigningKey,VK extends VerifyingKey> |
JWS.Builder.sign(SignatureMethod<SK,VK> method,
SK signingKey) |
<SK extends SigningKey,VK extends VerifyingKey> |
JWS.validate(SignatureMethod<SK,VK> method,
VK verifyingKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureMethodRSAImpl
Class that asymmetrically sign and verify the issued token.
|
class |
SignatureMethodsHMAC256Impl |
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.