Corrected a typo

This commit is contained in:
Marc Mültin 2019-06-24 12:40:23 +02:00
parent 70b0d19824
commit 1727c36dcc
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ public final class SecurityUtils {
* Iterates over the certificates stored in the truststore to verify the signature of the provided certificate
*
* @param trustStoreFilename The relative path and file name of the truststore
* @param certificate The certificate whose signature needs to be signed
* @param certificate The certificate whose signature needs to be verified
* @return True, if the provided certificate has been signed by one of the certificates in the
* truststore, false otherwise
*/