Build 1.0_r1

java.security.cert
Class CollectionCertStoreParameters

java.lang.Object
  extended by java.security.cert.CollectionCertStoreParameters
All Implemented Interfaces:
Cloneable, CertStoreParameters

public class CollectionCertStoreParameters
extends Object
implements CertStoreParameters


Constructor Summary
CollectionCertStoreParameters()
           
CollectionCertStoreParameters(Collection collection)
           
 
Method Summary
 Object clone()
          Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.
 Collection getCollection()
           
 String toString()
          Returns a string containing a concise, human-readable description of the receiver.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionCertStoreParameters

public CollectionCertStoreParameters()

CollectionCertStoreParameters

public CollectionCertStoreParameters(Collection collection)
Method Detail

clone

public Object clone()
Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver.

Classes which wish to support cloning must specify that they implement the Cloneable interface, since the implementation checks for this.

Specified by:
clone in interface CertStoreParameters
Overrides:
clone in class Object
Returns:
Object a shallow copy of this object.

getCollection

public Collection getCollection()

toString

public String toString()
Returns a string containing a concise, human-readable description of the receiver.

Overrides:
toString in class Object
Returns:
String a printable representation for the receiver.

Build 1.0_r1

Please submit a feedback, bug or feature