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.pkitestingMethods in io.netty.pkitesting that return X509Bundle Modifier and Type Method Description X509BundleCertificateBuilder. buildIssuedBy(X509Bundle issuerBundle)Build aX509Bundlewith a certificate signed by the given issuer bundle.X509BundleCertificateBuilder. buildIssuedBy(X509Bundle issuerBundle, java.lang.String signAlg)Build aX509Bundlewith a certificate signed by the given issuer bundle, using the specified signing algorithm.X509BundleCertificateBuilder. buildSelfSigned()Build aX509Bundlewith a self-signed certificate.static X509BundleX509Bundle. 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 X509BundleX509Bundle. 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 X509BundleCertificateBuilder. buildIssuedBy(X509Bundle issuerBundle)Build aX509Bundlewith a certificate signed by the given issuer bundle.X509BundleCertificateBuilder. buildIssuedBy(X509Bundle issuerBundle, java.lang.String signAlg)Build aX509Bundlewith a certificate signed by the given issuer bundle, using the specified signing algorithm.java.net.URIRevocationServer. getCrlUri(X509Bundle issuer)Get the URI of the Certificate Revocation List for the given issuer.voidRevocationServer. register(X509Bundle issuer)Register an issuer with the revocation server.voidRevocationServer. register(X509Bundle issuer, java.security.Provider provider)Register an issuer with the revocation server.voidRevocationServer. revoke(X509Bundle cert, java.time.Instant time)Revoke the given certificate with the given revocation time.
 
-