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.
Extracts the certificate ID from the peer certificate.
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringextractCertificateId(X509Certificate certificate) Extracts the certificate ID from the peer certificate.
-
Method Details
-
extractCertificateId
Extracts the certificate ID from the peer certificate.
-