Fix typo in FingerprintTrustManagerFactory docs

This commit is contained in:
Robin Stocker 2015-05-18 15:34:35 +10:00 committed by Norman Maurer
parent b934257796
commit 9bf636076a

View File

@ -40,7 +40,7 @@ import java.util.regex.Pattern;
* An {@link TrustManagerFactory} that trusts an X.509 certificate whose SHA1 checksum matches.
* <p>
* <strong>NOTE:</strong>
* Never use this {@link TrustManagerFactory} in production unless you are not sure what you are exactly doing with it.
* Never use this {@link TrustManagerFactory} in production unless you are sure exactly what you are doing with it.
* </p><p>
* The SHA1 checksum of an X.509 certificate is calculated from its DER encoded format. You can get the fingerprint of
* an X.509 certificate using the {@code openssl} command. For example: