Bläddra i källkod

Corrected a typo

Marc Mültin 6 år sedan
förälder
incheckning
1727c36dcc

+ 1 - 1
RISE-V2G-Shared/src/main/java/com/v2gclarity/risev2g/shared/utils/SecurityUtils.java

@@ -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
 	 */