mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-12-05 04:41:08 +01:00
KeyMaterial.getFingerprint(): Remove documentation constraint to fingerprint length
This commit is contained in:
parent
eaa4e669f8
commit
10881662a9
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue