Package | Description |
---|---|
org.soulwing.jwt.api | |
org.soulwing.jwt.api.jose4j |
Modifier and Type | Method and Description |
---|---|
JWS.Builder |
JWS.Builder.algorithm(JWS.Algorithm algorithm)
Sets the algorithm to use for signature generation of validation.
|
JWS.Builder |
JWS.Builder.keyProvider(KeyProvider keyProvider)
Sets the key provider to use to obtain keys for signature or validation
operations.
|
JWS.Builder |
JWS.Builder.publicKeyLocator(PublicKeyLocator publicKeyLocator)
Sets the public key locator to use for signature validation.
|
JWS.Builder |
JWTProvider.signatureOperator()
Gets a builder that will produce a
JWS operator instance. |
Modifier and Type | Method and Description |
---|---|
JWS.Builder |
Jose4jProvider.signatureOperator() |
Copyright © 2019. All rights reserved.