Fix typo in FingerprintTrustManagerFactory docs
This commit is contained in:
parent
2a0f9377ef
commit
70a4ad0c25
@ -40,7 +40,7 @@ import java.util.regex.Pattern;
|
|||||||
* An {@link TrustManagerFactory} that trusts an X.509 certificate whose SHA1 checksum matches.
|
* An {@link TrustManagerFactory} that trusts an X.509 certificate whose SHA1 checksum matches.
|
||||||
* <p>
|
* <p>
|
||||||
* <strong>NOTE:</strong>
|
* <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>
|
* </p><p>
|
||||||
* The SHA1 checksum of an X.509 certificate is calculated from its DER encoded format. You can get the fingerprint of
|
* 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:
|
* an X.509 certificate using the {@code openssl} command. For example:
|
||||||
|
Loading…
Reference in New Issue
Block a user