| Modifier and Type | Field and Description |
|---|---|
protected ServerNames |
ClientHandshaker.indicatedServerNames |
| Modifier and Type | Method and Description |
|---|---|
ServerNames |
SessionTicket.getServerNames()
Gets the server names.
|
ServerNames |
ServerNameExtension.getServerNames()
Gets the server name list conveyed in this extension.
|
ServerNames |
DTLSSession.getServerNames()
Gets the server names for the server that this session
has been established for.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerNameExtension |
ServerNameExtension.forServerNames(ServerNames serverNames)
Creates a new instance for a server name list.
|
void |
DTLSSession.setServerNames(ServerNames serverNames)
Set the server names for the server that this session has been
established for.
|
| Modifier and Type | Method and Description |
|---|---|
PskPublicInformation |
StringPskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost)
Deprecated.
|
PskPublicInformation |
StaticPskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost)
Deprecated.
|
PskPublicInformation |
PskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost)
Deprecated.
Gets the identity to use for a PSK based handshake with a given
peer.
|
PskPublicInformation |
InMemoryPskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost)
Deprecated.
|
PskPublicInformation |
BridgePskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost) |
PskPublicInformation |
AsyncAdvancedPskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost) |
PskPublicInformation |
AdvancedSinglePskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost)
Gets the identity to use for a PSK based handshake with a given
peer.
|
PskPublicInformation |
AdvancedPskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost)
Gets the identity to use for a PSK based handshake with a given
peer.
|
PskPublicInformation |
AdvancedMultiPskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost) |
PskPublicInformation |
AdvancedInMemoryPskStore.getIdentity(InetSocketAddress peerAddress,
ServerNames virtualHost)
Deprecated.
|
abstract String |
StringPskStore.getIdentityAsString(InetSocketAddress peerAddress,
ServerNames virtualHost)
Deprecated.
Gets the identity to use for a PSK based handshake with a given
peer.
|
SecretKey |
StringPskStore.getKey(ServerNames serverNames,
PskPublicInformation identity)
Deprecated.
|
SecretKey |
StaticPskStore.getKey(ServerNames serverNames,
PskPublicInformation identity)
Deprecated.
|
SecretKey |
PskStore.getKey(ServerNames serverName,
PskPublicInformation identity)
Deprecated.
Gets the pre-shared key for a given identity in the scope of a server
name.
|
SecretKey |
InMemoryPskStore.getKey(ServerNames serverNames,
PskPublicInformation identity)
Deprecated.
|
abstract SecretKey |
StringPskStore.getKey(ServerNames serverName,
String identity)
Deprecated.
Gets the pre-shared key for a given identity in the scope of a server name.
|
PskSecretResult |
BridgePskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed) |
PskSecretResult |
AsyncInMemoryPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed)
Deprecated.
|
PskSecretResult |
AsyncAdvancedPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed) |
PskSecretResult |
AdvancedSinglePskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverName,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed) |
PskSecretResult |
AdvancedPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverName,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed)
Request psk secret result.
|
PskSecretResult |
AdvancedMultiPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed) |
PskSecretResult |
AdvancedInMemoryPskStore.requestPskSecretResult(ConnectionId cid,
ServerNames serverNames,
PskPublicInformation identity,
String hmacAlgorithm,
SecretKey otherSecret,
byte[] seed)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
ServerNames |
ServerNames.add(ServerName serverName)
Adds a server name to this list.
|
static ServerNames |
ServerNames.newInstance()
Creates an empty server name list.
|
static ServerNames |
ServerNames.newInstance(ServerName serverName)
Creates a new server name list from an initial server name.
|
static ServerNames |
ServerNames.newInstance(String hostName)
Creates a new server name list from an initial host name.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.