The purpose of this interface is to group (and provide type safety for) all {@code CertStore} parameter specifications. All{@code CertStore} parameter specifications must implement thisinterface.
Typically, a {@code CertStoreParameters} object is passed as a parameterto one of the {@link CertStore#getInstance CertStore.getInstance} methods.The {@code getInstance} method returns a {@code CertStore} thatis used for retrieving {@code Certificate}s and {@code CRL}s. The {@code CertStore} that is returned is initialized with the specifiedparameters. The type of parameters needed may vary between different types of {@code CertStore}s. @see CertStore#getInstance @since 1.4 @author Steve Hanna
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|