KeyMaterial.getFingerprint(): Remove documentation constraint to fingerprint length

This commit is contained in:
Paul Schaub 2025-09-29 13:27:29 +02:00
parent eaa4e669f8
commit 10881662a9
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -11,8 +11,7 @@ import java.util.Set;
public interface KeyMaterial {
/**
* Return the fingerprint of the certificate as 40 lowercase hex characters.
* TODO: Allow OpenPGP V5 fingerprints
* Return the fingerprint of the certificate as lowercase hex characters.
*
* @return fingerprint
*/