NewAdvancedCertificateVerifier instead, or
BridgeCertificateVerifier until migrated.@Deprecated public interface AdvancedCertificateVerifier extends CertificateVerifier
StaticCertificateVerifier| Modifier and Type | Method and Description |
|---|---|
CertPath |
verifyCertificate(Boolean clientUsage,
boolean truncateCertificatePath,
CertificateMessage message,
DTLSSession session)
Deprecated.
Validates the X.509 certificate chain provided by the the peer as part of
this message.
|
getAcceptedIssuers, verifyCertificateCertPath verifyCertificate(Boolean clientUsage, boolean truncateCertificatePath, CertificateMessage message, DTLSSession session) throws HandshakeException
clientUsage - indicator to check certificate usage. null
don't check key usage, true, check key usage for
client, false for server.truncateCertificatePath - true truncate certificate path at
a trusted certificate before validation.message - certificate message to be validatedsession - dtls session to be used for validationHandshakeException - if validation failsCopyright © 2023 Eclipse Foundation. All rights reserved.