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.