Example usage for Java java.security.cert CollectionCertStoreParameters fields, constructors, methods, implement or subclass
The text is from its open source code.
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 ). |