java.security.cert
Class CollectionCertStoreParameters
java.lang.Object
java.security.cert.CollectionCertStoreParameters
- All Implemented Interfaces:
- Cloneable, CertStoreParameters
public class CollectionCertStoreParameters
- extends Object
- implements CertStoreParameters
|
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. |
CollectionCertStoreParameters
public CollectionCertStoreParameters()
CollectionCertStoreParameters
public CollectionCertStoreParameters(Collection collection)
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.
Please submit a feedback, bug or feature