Package io.netty.pkitesting
Tools for generating X.509 certificates for testing.
-
Class Summary Class Description CertificateBuilder TheCertificateBuilder
produceX509Bundle
instances, where the keys use the specified algorithm, and the certificate have the specified data.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. -
Enum Summary Enum Description CertificateBuilder.Algorithm TheCertificateBuilder.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.