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