Uses of Class
io.netty.pkitesting.X509Bundle
Packages that use X509Bundle
-
Uses of X509Bundle in io.netty.pkitesting
Methods in io.netty.pkitesting that return X509BundleModifier and TypeMethodDescriptionCertificateBuilder.buildIssuedBy(X509Bundle issuerBundle) Build aX509Bundlewith a certificate signed by the given issuer bundle.CertificateBuilder.buildIssuedBy(X509Bundle issuerBundle, String signAlg) Build aX509Bundlewith a certificate signed by the given issuer bundle, using the specified signing algorithm.CertificateBuilder.buildSelfSigned()Build aX509Bundlewith a self-signed certificate.static X509BundleX509Bundle.fromCertificatePath(X509Certificate[] certPath, X509Certificate root, KeyPair keyPair) Construct a bundle from a given certificate path, root certificate, andKeyPair.static X509BundleX509Bundle.fromRootCertificateAuthority(X509Certificate root, KeyPair keyPair) Construct a bundle for a certificate authority.X509Bundle.mergeIntermediates(X509Bundle other) Create a newX509Bundlethat has the leaf and root certificates of this bundle, but a certificate path that is the combination all the intermediate certificates of both this and the given bundle.Methods in io.netty.pkitesting with parameters of type X509BundleModifier and TypeMethodDescriptionCertificateBuilder.buildIssuedBy(X509Bundle issuerBundle) Build aX509Bundlewith a certificate signed by the given issuer bundle.CertificateBuilder.buildIssuedBy(X509Bundle issuerBundle, String signAlg) Build aX509Bundlewith a certificate signed by the given issuer bundle, using the specified signing algorithm.RevocationServer.getCrlUri(X509Bundle issuer) Get the URI of the Certificate Revocation List for the given issuer.X509Bundle.mergeIntermediates(X509Bundle other) Create a newX509Bundlethat has the leaf and root certificates of this bundle, but a certificate path that is the combination all the intermediate certificates of both this and the given bundle.voidRevocationServer.register(X509Bundle issuer) Register an issuer with the revocation server.voidRevocationServer.register(X509Bundle issuer, Provider provider) Register an issuer with the revocation server.voidRevocationServer.revoke(X509Bundle cert, Instant time) Revoke the given certificate with the given revocation time.