CertificateBuilder |
The CertificateBuilder produce X509Bundle instances, where the keys use the specified
algorithm, and the certificate have the specified data.
|
CertificateBuilder.Algorithm |
|
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.
|