Class ClientContextCertificateThumbprintVerifier

java.lang.Object
org.forgerock.openig.filter.oauth2.cnf.ClientContextCertificateThumbprintVerifier
All Implemented Interfaces:
ConfirmationKeyVerifier

public class ClientContextCertificateThumbprintVerifier extends Object implements ConfirmationKeyVerifier
Verifies a certificate thumbprint by computing a digest of the client certificate (found in ClientContext) and comparing the result with the base64-url-encoded value provided within the confirmation key node.
  • Constructor Details

    • ClientContextCertificateThumbprintVerifier

      public ClientContextCertificateThumbprintVerifier(String algorithm)
      Constructs a new verifier with the given MessageDigest algorithm name.
      Parameters:
      algorithm - algorithm name
  • Method Details