Uses of Package
net.shibboleth.oidc.security.impl
Packages that use net.shibboleth.oidc.security.impl
Package
Description
Utility classes for security related functions.
Implementation of cryptographic primitives that support JOSE objects.
-
Classes in net.shibboleth.oidc.security.impl used by net.shibboleth.oidc.security.implClassDescriptionBase class for security message handlers which evaluate a JWT signature with a signature trust engine.A
TrustEngineimplementation for Signed JSON Web Tokens.An implementation ofSignatureTrustEnginewhich evaluates the validity and trustworthiness of JWT signatures.Auxillary trust evaluator for evaluating an untrusted key or credential against a trusted key or credential.Supports decryption of encrypted JSON Web Tokens using the JSON Web Encryption standard.Supports signing a JSON Web Token (JWT) claims set using the JSON Web Signature standard using the algorithm and credential contained inside theSignatureSigningParameters. -
Classes in net.shibboleth.oidc.security.impl used by net.shibboleth.oidc.security.jose.implClassDescriptionA base class for lookup strategies that return encryption algorithms and make use of the
AlgorithmRegistry.