Gcr.fingerprint_from_subject_public_key_info
function fingerprint_from_subject_public_key_info(key_info: ByteArray, checksum_type: GLib.ChecksumType): [return_value: ByteArray, n_fingerprint: Number(gsize)] {
// Gjs wrapper for gcr_fingerprint_from_subject_public_key_info()
}
Create a key fingerprint for a DER encoded subjectPublicKeyInfo.
- key_info
DER encoded subjectPublicKeyInfo structure
- checksum_type
the type of fingerprint to create
- return_value
the fingerprint or null if the input was invalid.
- n_fingerprint
the length of fingerprint returned