| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls | |
| org.eclipse.californium.scandium.dtls.x509 |
| Modifier and Type | Method and Description |
|---|---|
static CertificateMessage |
CertificateMessage.fromReader(org.eclipse.californium.elements.util.DatagramReader reader,
CertificateType certificateType,
InetSocketAddress peerAddress)
Creates a certificate message from its binary encoding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Handshaker.verifyCertificate(CertificateMessage message)
Start validating the X.509 certificate chain provided by the the peer as
part of this message, or the raw public key of the message.
|
| Modifier and Type | Method and Description |
|---|---|
CertPath |
StaticCertificateVerifier.verifyCertificate(Boolean clientUsage,
boolean truncateCertificatePath,
CertificateMessage message,
DTLSSession session)
Deprecated.
|
CertPath |
AdvancedCertificateVerifier.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.
|
void |
StaticCertificateVerifier.verifyCertificate(CertificateMessage message,
DTLSSession session)
Deprecated.
Validates the X.509 certificate chain provided by the the peer as part of
this message.
|
void |
CertificateVerifier.verifyCertificate(CertificateMessage message,
DTLSSession session)
Deprecated.
Validates the X.509 certificate chain provided by the the peer as part of
this message.
|
CertificateVerificationResult |
StaticNewAdvancedCertificateVerifier.verifyCertificate(ConnectionId cid,
ServerNames serverName,
Boolean clientUsage,
boolean truncateCertificatePath,
CertificateMessage message,
DTLSSession session) |
CertificateVerificationResult |
NewAdvancedCertificateVerifier.verifyCertificate(ConnectionId cid,
ServerNames serverName,
Boolean clientUsage,
boolean truncateCertificatePath,
CertificateMessage message,
DTLSSession session)
Validates the X.509 certificate chain provided by the the peer as part of
the certificate message.
|
CertificateVerificationResult |
BridgeCertificateVerifier.verifyCertificate(ConnectionId cid,
ServerNames serverName,
Boolean clientUsage,
boolean truncateCertificatePath,
CertificateMessage message,
DTLSSession session) |
CertificateVerificationResult |
AsyncNewAdvancedCertificateVerifier.verifyCertificate(ConnectionId cid,
ServerNames serverName,
Boolean clientUsage,
boolean truncateCertificatePath,
CertificateMessage message,
DTLSSession session) |
Copyright © 2023 Eclipse Foundation. All rights reserved.