| Modifier and Type | Method and Description |
|---|---|
X509Bundle |
CertificateBuilder.buildIssuedBy(X509Bundle issuerBundle)
Build a
X509Bundle with a certificate signed by the given issuer bundle. |
X509Bundle |
CertificateBuilder.buildIssuedBy(X509Bundle issuerBundle,
String signAlg)
Build a
X509Bundle with a certificate signed by the given issuer bundle, using the specified
signing algorithm. |
X509Bundle |
CertificateBuilder.buildSelfSigned()
Build a
X509Bundle with a self-signed certificate. |
static X509Bundle |
X509Bundle.fromCertificatePath(X509Certificate[] certPath,
X509Certificate root,
KeyPair keyPair)
Construct a bundle from a given certificate path, root certificate, and
KeyPair. |
static X509Bundle |
X509Bundle.fromRootCertificateAuthority(X509Certificate root,
KeyPair keyPair)
Construct a bundle for a certificate authority.
|
| Modifier and Type | Method and Description |
|---|---|
X509Bundle |
CertificateBuilder.buildIssuedBy(X509Bundle issuerBundle)
Build a
X509Bundle with a certificate signed by the given issuer bundle. |
X509Bundle |
CertificateBuilder.buildIssuedBy(X509Bundle issuerBundle,
String signAlg)
Build a
X509Bundle with a certificate signed by the given issuer bundle, using the specified
signing algorithm. |
URI |
RevocationServer.getCrlUri(X509Bundle issuer)
Get the URI of the Certificate Revocation List for the given issuer.
|
void |
RevocationServer.register(X509Bundle issuer)
Register an issuer with the revocation server.
|
void |
RevocationServer.revoke(X509Bundle cert,
Instant time)
Revoke the given certificate with the given revocation time.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.