On 9/18/13 9:20 PM, Sean Mullan wrote:
I think it may be worth adding (maybe not for JDK 8 but JDK 9) a new method to the Certificate class called getFingerPrint(String alg) ... This way the fingerprint would not have to be calculated every time when using 3rd party providers for CertificateFactory.
Yes.Or should it belong to X509Certificate? I don't know any Certificate which is not of X509 type.
--Max