| Package | Description |
|---|---|
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
static CertificateRequest.ClientCertificateType |
CertificateRequest.ClientCertificateType.getTypeByCode(int code)
Gets a certificate type by its code as defined by
RFC 5246, Section 7.4.4.
|
static CertificateRequest.ClientCertificateType |
CertificateRequest.ClientCertificateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateRequest.ClientCertificateType[] |
CertificateRequest.ClientCertificateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificateRequest.ClientCertificateType> |
CertificateRequest.getCertificateTypes()
Gets the certificate types that the client may offer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateRequest.addCertificateType(CertificateRequest.ClientCertificateType certificateType)
Adds a certificate type to the list of supported certificate types.
|
| Constructor and Description |
|---|
CertificateRequest(List<CertificateRequest.ClientCertificateType> certificateTypes,
List<SignatureAndHashAlgorithm> supportedSignatureAlgorithms,
List<X500Principal> certificateAuthorities,
InetSocketAddress peerAddress) |
Copyright © 2023 Eclipse Foundation. All rights reserved.