Class 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 Detail

      • ClientContextCertificateThumbprintVerifier

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