Since: API Level 1
public interface

CertPathValidatorResult

implements Cloneable
java.security.cert.CertPathValidatorResult
Known Indirect Subclasses

类概述

The interface specification for certification path validation results.

This interface is for grouping purposes of validation result implementations.

摘要

公有方法
abstract Object clone()
Clones this CertPathValidatorResult instance.

公有方法

public abstract Object clone ()

Since: API Level 1

Clones this CertPathValidatorResult instance.

Returns
  • the cloned instance.