Uses of Class
com.pingidentity.access.JwksEndpointKeyAccessor.JsonWebKeyWrapper
Packages that use JwksEndpointKeyAccessor.JsonWebKeyWrapper
Package
Description
Provides access to various objects contained within the main PingFederate application and engine.
-
Uses of JwksEndpointKeyAccessor.JsonWebKeyWrapper in com.pingidentity.access
Methods in com.pingidentity.access that return JwksEndpointKeyAccessor.JsonWebKeyWrapperModifier and TypeMethodDescriptionJwksEndpointKeyAccessor.getCurrentEcKey(String curveName) Returns an instance ofJwksEndpointKeyAccessor.JsonWebKeyWrapperpopulated with the current EC signing key associated with the curve name ornullif the EC signing key associated with the requested curve is not present.JwksEndpointKeyAccessor.getCurrentRsaKey()Deprecated.JwksEndpointKeyAccessor.getCurrentRsaKey(String signingAlgorithm) Returns an instance ofJwksEndpointKeyAccessor.JsonWebKeyWrapperpopulated with current RSA signing key ornullif RSA signing key is not present.JwksEndpointKeyAccessor.getKeyById(String kid) Returns an instance ofJwksEndpointKeyAccessor.JsonWebKeyWrapperpopulated with a JWK representing thekidparameter ornullif the JWK is not found.
JwksEndpointKeyAccessor.getCurrentRsaKey(String)should be used instead.