Returns the private key loaded from this PEM file. @return the private key, or null if no private key was loaded
()
| 142 | * @return the private key, or null if no private key was loaded |
| 143 | */ |
| 144 | public PrivateKey getPrivateKey() { |
| 145 | return privateKey; |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Construct a PEMFile from the given file without a password. |
no outgoing calls