Since: API Level 1
public interface

CertStoreParameters

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

类概述

The marker interface specifying the parameters used to initialize a CertStore instance.

摘要

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

公有方法

public abstract Object clone ()

Since: API Level 1

Clones this CertStoreParameters instance.

Returns
  • the cloned instance.