Uses of Enum Class
com.nimbusds.openid.connect.provider.spi.clientauth.CertificateLocation
-
Uses of CertificateLocation in com.nimbusds.openid.connect.provider.spi.clientauth
Modifier and TypeMethodDescriptionstatic CertificateLocation
Returns the enum constant of this class with the specified name.static CertificateLocation[]
CertificateLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCertificateVerification.Context.getCertificateLocations()
Returns the locations where the X.509 certificate to be verified was found - the JWS header of theprivate_key_jwt
assertion, in a registered client JWK, or both.