Uses of Class
io.netty.pkitesting.X509Bundle
-
Packages that use X509Bundle Package Description io.netty.pkitesting Tools for generating X.509 certificates for testing. -
-
Uses of X509Bundle in io.netty.pkitesting
Methods in io.netty.pkitesting that return X509Bundle Modifier and Type Method Description X509Bundle
CertificateBuilder. buildIssuedBy(X509Bundle issuerBundle)
Build aX509Bundle
with a certificate signed by the given issuer bundle.X509Bundle
CertificateBuilder. buildIssuedBy(X509Bundle issuerBundle, java.lang.String signAlg)
Build aX509Bundle
with a certificate signed by the given issuer bundle, using the specified signing algorithm.X509Bundle
CertificateBuilder. buildSelfSigned()
Build aX509Bundle
with a self-signed certificate.static X509Bundle
X509Bundle. fromCertificatePath(java.security.cert.X509Certificate[] certPath, java.security.cert.X509Certificate root, java.security.KeyPair keyPair)
Construct a bundle from a given certificate path, root certificate, andKeyPair
.static X509Bundle
X509Bundle. fromRootCertificateAuthority(java.security.cert.X509Certificate root, java.security.KeyPair keyPair)
Construct a bundle for a certificate authority.Methods in io.netty.pkitesting with parameters of type X509Bundle Modifier and Type Method Description X509Bundle
CertificateBuilder. buildIssuedBy(X509Bundle issuerBundle)
Build aX509Bundle
with a certificate signed by the given issuer bundle.X509Bundle
CertificateBuilder. buildIssuedBy(X509Bundle issuerBundle, java.lang.String signAlg)
Build aX509Bundle
with a certificate signed by the given issuer bundle, using the specified signing algorithm.java.net.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, java.time.Instant time)
Revoke the given certificate with the given revocation time.
-