Uses of Package
net.shibboleth.oidc.security.jose
-
Packages that use net.shibboleth.oidc.security.jose Package Description net.shibboleth.oidc.security.jose.context JOSE security contexts .net.shibboleth.oidc.security.jose.criterion OIDC security criterion. -
Classes in net.shibboleth.oidc.security.jose used by net.shibboleth.oidc.security.jose.context 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. -
Classes in net.shibboleth.oidc.security.jose used by net.shibboleth.oidc.security.jose.criterion Class Description DecryptionConfiguration The configuration information to use when decrypting JWEs.EncryptionConfiguration The configuration information to use when generating a JWE.SignatureSigningConfiguration The configuration information to use when generating a signed JWT.SignatureValidationConfiguration The configuration information to use when validating a JWS.SignatureValidationParameters The effective parameters to use when validating a JWS.