Returns the list of X509 certificates loaded from this PEM file. @return the list of X509 certificates
()
| 133 | * @return the list of X509 certificates |
| 134 | */ |
| 135 | public List<X509Certificate> getCertificates() { |
| 136 | return certificates; |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Returns the private key loaded from this PEM file. |