Package | Description |
---|---|
org.soulwing.jwt.api | |
org.soulwing.jwt.api.exceptions | |
org.soulwing.jwt.api.jose4j | |
org.soulwing.jwt.api.locator |
Class and Description |
---|
CertificateException
An exception thrown when a JCA error occurs in handling a certificate or
certificate chain.
|
CertificateValidationException
An exception thrown by a
PublicKeyLocator if
the certificate to be used in validating a signature fails validation;
e.g. |
JWTAssertionFailedException
An exception thrown by an
Assertions when an assertion is not
satisfied. |
JWTConfigurationException
An exception thrown by a builder of a JWT provider.
|
JWTEncryptionException
An exception thrown when a JWT provider encounters an error while performing
an encryption operation.
|
JWTParseException
An exception thrown when a JSON representation of a claims object cannot
be parsed successfully.
|
JWTProviderNotFoundException
A JWT runtime exception.
|
JWTSignatureException
An exception thrown when a JWT provider encounters an error while performing
a signature operation.
|
JWTValidationException
An exception thrown when a JWT provider encounters an error while performing
a JWT validation.
|
KeyProviderException
An exception thrown when a checked exception is thrown in the implementation
of a
KeyProvider . |
PublicKeyNotFoundException
An exception thrown by a
PublicKeyLocator to
indicate that no public key matching given criteria could be found. |
Class and Description |
---|
JWTAssertionFailedException
An exception thrown by an
Assertions when an assertion is not
satisfied. |
JWTEncryptionException
An exception thrown when a JWT provider encounters an error while performing
an encryption operation.
|
JWTException
An exception thrown by a JWT provider.
|
JWTSignatureException
An exception thrown when a JWT provider encounters an error while performing
a signature operation.
|
Class and Description |
---|
JWTParseException
An exception thrown when a JSON representation of a claims object cannot
be parsed successfully.
|
Class and Description |
---|
CertificateException
An exception thrown when a JCA error occurs in handling a certificate or
certificate chain.
|
CertificateValidationException
An exception thrown by a
PublicKeyLocator if
the certificate to be used in validating a signature fails validation;
e.g. |
PublicKeyNotFoundException
An exception thrown by a
PublicKeyLocator to
indicate that no public key matching given criteria could be found. |
Copyright © 2019. All rights reserved.