Interface ApplicationCertificateIdExtractor

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ApplicationCertificateIdExtractor
Extracts the certificate ID from the peer certificate.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Extracts the certificate ID from the peer certificate.
  • Method Details

    • extractCertificateId

      @Nullable String extractCertificateId(X509Certificate certificate)
      Extracts the certificate ID from the peer certificate.