getSSLCertStores

 

public Collection getSSLCertStores() throws JMSException;

Gets the collection of CertStore objects.

Returns

  • the list of CertStore objects as a Collection. This works whether setSSLCertStores() was used to set a collection of CertStore objects or a String specifying such a list.

Exceptions

  • JMSException - if an unsupported type or bad value is encountered.


uj28130_