Uses of Class
com.pingidentity.access.JwksEndpointKeyAccessor.JsonWebKeyWrapper
-
Packages that use JwksEndpointKeyAccessor.JsonWebKeyWrapper Package Description com.pingidentity.access 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.JsonWebKeyWrapper Modifier and Type Method Description JwksEndpointKeyAccessor.JsonWebKeyWrapperJwksEndpointKeyAccessor. 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.JsonWebKeyWrapperJwksEndpointKeyAccessor. getCurrentRsaKey()Deprecated.since 11.3,JwksEndpointKeyAccessor.getCurrentRsaKey(String)should be used instead.JwksEndpointKeyAccessor.JsonWebKeyWrapperJwksEndpointKeyAccessor. getCurrentRsaKey(String signingAlgorithm)Returns an instance ofJwksEndpointKeyAccessor.JsonWebKeyWrapperpopulated with current RSA signing key ornullif RSA signing key is not present.JwksEndpointKeyAccessor.JsonWebKeyWrapperJwksEndpointKeyAccessor. getKeyById(String kid)Returns an instance ofJwksEndpointKeyAccessor.JsonWebKeyWrapperpopulated with a JWK representing thekidparameter ornullif the JWK is not found.
-