static fun certificateHexFingerprint(certificate: Path!): String!
(source)
Calculate the fingerprint for a PEM-encoded certificate.
certificate
- Path!: The path to a PEM-encoded certificate.
IOException
- If an IO error occurs.
Return
String!: The fingerprint hex-string for the certificate.
static fun certificateHexFingerprint(certificate: Certificate!): String!
(source)
Calculate the fingerprint for certificate.
certificate
- Certificate!: The certificate.
CertificateEncodingException
- If the certificate cannot be encoded.
Return
String!: The fingerprint hex-string for the certificate.