getSSLCertStoresAsString

 

public String getSSLCertStoresAsString() throws JMSException;

Gets the collection of CertStore objects as a String.

Returns

  • the list of CertStore objects representing the LDAP CRLs as a String if setSSLCertStores() set it as a String in the first place.

Exceptions

  • JMSException - if the CertStore objects were provided as a Collection.


uj28140_