Uses of Class
io.debezium.testing.system.tools.certificateutil.CertificateExtensionWrapper
Packages that use CertificateExtensionWrapper
-
Uses of CertificateExtensionWrapper in io.debezium.testing.system.tools.certificateutil
Fields in io.debezium.testing.system.tools.certificateutil with type parameters of type CertificateExtensionWrapperModifier and TypeFieldDescriptionprivate final List<CertificateExtensionWrapper>CertificateWrapper.extensionsprivate List<CertificateExtensionWrapper>CertificateWrapperBuilder.extensionsMethods in io.debezium.testing.system.tools.certificateutil that return types with arguments of type CertificateExtensionWrapperModifier and TypeMethodDescriptionCertificateWrapper.getExtensions()CertificateWrapperBuilder.getExtensions()Method parameters in io.debezium.testing.system.tools.certificateutil with type arguments of type CertificateExtensionWrapperModifier and TypeMethodDescriptionCertificateWrapperBuilder.withExtensions(List<CertificateExtensionWrapper> extensions) Constructor parameters in io.debezium.testing.system.tools.certificateutil with type arguments of type CertificateExtensionWrapperModifierConstructorDescriptionCertificateWrapper(String name, KeyPair keyPair, String subject, List<CertificateExtensionWrapper> extensions, org.bouncycastle.cert.X509CertificateHolder holder)