Concurrent Access
Instances of this class need not be protected against concurrent access from multiple threads. Threads that need to access a single {@code CertPathValidatorSpi} instance concurrently should synchronizeamongst themselves and provide the necessary locking before calling the wrapping {@code CertPathValidator} object.
However, implementations of {@code CertPathValidatorSpi} may stillencounter concurrency issues, since multiple threads each manipulating a different {@code CertPathValidatorSpi} instance need notsynchronize. @since 1.4 @author Yassir Elley
|
|
|
|
|
|