Package | Description |
---|---|
org.soulwing.jwt.api |
Modifier and Type | Class and Description |
---|---|
class |
SingletonKeyProvider
A
KeyProvider that holds a single key. |
Modifier and Type | Method and Description |
---|---|
JWS.Builder |
JWS.Builder.keyProvider(KeyProvider keyProvider)
Sets the key provider to use to obtain keys for signature or validation
operations.
|
JWE.Builder |
JWE.Builder.keyProvider(KeyProvider keyProvider)
Sets the key provider to use to obtain keys for encryption or decryption
operations.
|
Copyright © 2019. All rights reserved.