Uses of Package
net.shibboleth.oidc.security.impl
-
Packages that use net.shibboleth.oidc.security.impl Package Description net.shibboleth.oidc.security.impl Utility classes for security related functions.net.shibboleth.oidc.security.jose.impl Implementation of cryptographic primitives that support JOSE objects. -
Classes in net.shibboleth.oidc.security.impl used by net.shibboleth.oidc.security.impl Class Description BaseJWTSignatureSecurityHandler Base class for security message handlers which evaluate a JWT signature with a signature trust engine.BaseSignedJWTTrustEngine ATrustEngineimplementation for Signed JSON Web Tokens.ExplicitKeySignedJWTTrustEngine An implementation ofSignatureTrustEnginewhich evaluates the validity and trustworthiness of JWT signatures.ExplicitKeyTrustEvaluator Auxillary trust evaluator for evaluating an untrusted key or credential against a trusted key or credential.JWETokenDecrypter Supports decryption of encrypted JSON Web Tokens using the JSON Web Encryption standard. -
Classes in net.shibboleth.oidc.security.impl used by net.shibboleth.oidc.security.jose.impl Class Description AbstractEncryptionAlgorithmsLookupStrategy A base class for lookup strategies that return encryption algorithms and make use of theAlgorithmRegistry.