public class CertificatesHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String[] |
loadCertificatesList(InputStream certificatesList)
Adds a list of certificates by reading an input stream which contains the filename of each certificate.
|
public static String[] loadCertificatesList(InputStream certificatesList) throws IOException
certificatesList - the input stream containing the list of certificates.IOException - if an exception occurs while loading the certificates list.