Module java.base

Class URICertStoreParameters

java.lang.Object
java.security.cert.URICertStoreParameters
All Implemented Interfaces:
Cloneable, CertStoreParameters

public final class URICertStoreParameters extends Object implements CertStoreParameters
Parameters used as input for CertStore algorithms which use information contained in a URI to retrieve certificates and CRLs.

This class is used to provide necessary configuration parameters through a URI as defined in RFC 5280 to implementations of CertStore algorithms.

Concurrent Access

Unless otherwise specified, the methods defined in this class are not thread-safe. Multiple threads that need to access a single object concurrently should synchronize amongst themselves and provide the necessary locking. Multiple threads each manipulating separate objects need not synchronize.

Since:
9
See Also: