to top
Android APIs
Added in API level 1
public interface

CertStoreParameters

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

Class Overview

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

Summary

Public Methods
abstract Object clone()
Clones this CertStoreParameters instance.

Public Methods

public abstract Object clone ()

Added in API level 1

Clones this CertStoreParameters instance.

Returns
  • the cloned instance.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.