Package net.shibboleth.oidc.security.jose
JOSE security API classes.
- Since:
- 2.2.0
-
Interface Summary Interface Description DecryptionConfiguration The configuration information to use when decrypting JWEs.DecryptionParametersResolver An interface for components which resolveDecryptionParametersbased on aCriteriaSet.EncryptionConfiguration The configuration information to use when generating a JWE.EncryptionParametersResolver An interface for components which resolveEncryptionParametersbased on aCriteriaSet.SignatureSigningConfiguration The configuration information to use when generating a signed JWT.SignatureSigningParametersResolver An interface for components which resolveSignatureSigningParametersbased on aCriteriaSet.SignatureValidationConfiguration The configuration information to use when validating a JWS.SignatureValidationParametersResolver An interface for components which resolveSignatureValidationParametersbased on aCriteriaSet. -
Class Summary Class Description DecryptionParameters Describes the decryption parameters the system is required to use to decrypt a JWE.EncryptionParameters The effective parameters to use when generating encrypted JWTs.SignatureSigningParameters The effective parameters to use when generating a JWS.SignatureValidationParameters The effective parameters to use when validating a JWS.