Java java.security.cert CollectionCertStoreParameters fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert CollectionCertStoreParameters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert CollectionCertStoreParameters.

The text is from its open source code.

Constructor

CollectionCertStoreParameters(Collection collection)
Creates an instance of CollectionCertStoreParameters which will allow certificates and CRLs to be retrieved from the specified Collection .
CollectionCertStoreParameters()
Creates an instance of CollectionCertStoreParameters with the default parameter values (an empty and immutable Collection ).