Java org.bouncycastle.cert.jcajce JcaCertStoreBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert.jcajce JcaCertStoreBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cert.jcajce JcaCertStoreBuilder.

The text is from its open source code.

Constructor

Method

JcaCertStoreBuilderaddCertificate(X509CertificateHolder cert)
Add a single certificate.
JcaCertStoreBuilderaddCertificates(Store certStore)
Add a store full of X509CertificateHolder objects.
CertStorebuild()
Build the CertStore from the current inputs.