标签: java ssh public-key java-security dsa
类似于问题How to Calculate Fingerprint From SSH RSA Public Key in Java?,我想知道如何计算DSA公钥的指纹。 我有dsaPublicKey对象。
DSAPublicKey dsaPublicKey = (DSAPublicKey) publicKey;
答案 0 :(得分:-1)
按照other answer中的说明以及DSAPublicKey的{{3}}进行操作就足够了。
DSAPublicKey