Package net.shibboleth.oidc.security.jose
package net.shibboleth.oidc.security.jose
JOSE security API classes.
- Since:
- 2.2.0
-
ClassDescriptionThe configuration information to use when decrypting JWEs.Describes the decryption parameters the system is required to use to decrypt a JWE.An interface for components which resolve
DecryptionParametersbased on aCriteriaSet.The configuration information to use when generating a JWE.The effective parameters to use when generating encrypted JWTs.An interface for components which resolveEncryptionParametersbased on aCriteriaSet.Exception thrown when an error occurs during JWS signature operations.The configuration information to use when generating a signed JWT.The effective parameters to use when generating a JWS.An interface for components which resolveSignatureSigningParametersbased on aCriteriaSet.The configuration information to use when validating a JWS.The effective parameters to use when validating a JWS.An interface for components which resolveSignatureValidationParametersbased on aCriteriaSet.