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