public interface CertPathBuilderResult extends Cloneable
CertPathBuilder.build
方法必须实现这个接口。
至少,一个CertPathBuilderResult
包含CertPath
由CertPathBuilder
实例建立。此接口的实现可以添加方法来返回实现或算法特定的信息,如调试信息或证书路径验证结果。
并发访问
除非另有说明,此接口中定义的方法不是线程安全的。需要访问一个单一对象的多个线程同时应同步,并提供必要的锁。多线程每个操作单独的对象不需要同步。
CertPathBuilder
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.