Package | Description |
---|---|
org.soulwing.jwt.api |
Modifier and Type | Method and Description |
---|---|
JWTValidator |
JWTValidator.Builder.build()
Creates a validator using the configuration of this builder.
|
JWTGenerator |
JWTGenerator.Builder.build()
Creates a generator using the configuration of this builder.
|
JWS |
JWS.Builder.build()
Creates a JSON Web Signature operator using the configuration of this
builder.
|
JWE |
JWE.Builder.build()
Creates a JSON Web Encryption operator using the configuration of this
builder.
|
JWE |
JWE.Factory.getOperator(JWE.Header header)
Gets an operator appropriate for use with an encrypted JWT with the
specified header claims.
|
JWS |
JWS.Factory.getOperator(JWS.Header header)
Gets an operator appropriate for use with a signed JWT with the
specified header claims.
|
Claims |
JWTValidator.validate(String encoded)
Validates a JWT.
|
Copyright © 2019. All rights reserved.