| Package | Description |
|---|---|
| org.apache.oltu.jose.jws | |
| org.apache.oltu.jose.jws.signature | |
| 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 | Interface and Description |
|---|---|
interface |
SignatureMethod<S extends SigningKey,V extends VerifyingKey>
Common definition of OAuth signature method algorithm.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SymmetricKey
A key that marks can be used for both sign and verify operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PublicKey |
class |
SymmetricKeyImpl
Symmetric key implementation used for both sign and verify
operations.
|
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.