| Class and Description |
|---|
| CertificateBuilder
The
CertificateBuilder produce X509Bundle instances, where the keys use the specified
algorithm, and the certificate have the specified data. |
| CertificateBuilder.Algorithm
The
CertificateBuilder.Algorithm enum encapsulates both the key type, key generation parameters, and the signature
algorithm to use. |
| CertificateBuilder.ExtendedKeyUsage
The extended key usage field specify what the certificate and key is allowed to be used for.
|
| CertificateBuilder.KeyUsage
The key usage field specify what the certificate and key is allowed to be used for.
|
| RevocationServer
A simple HTTP server that serves Certificate Revocation Lists.
|
| X509Bundle
A certificate bundle is a private key and a full certificate path, all the way to the root certificate.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.