MCPcopy Create free account
hub / github.com/apache/tomcat / getCertificates

Method getCertificates

java/org/apache/tomcat/util/net/jsse/PEMFile.java:135–137  ·  view source on GitHub ↗

Returns the list of X509 certificates loaded from this PEM file. @return the list of X509 certificates

()

Source from the content-addressed store, hash-verified

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.

Callers 1

getKeyManagersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected