This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnu security


> MessageDigest.getInstance("SHA-1","GNU");
>
> generates an NoSuchAlgorithmException.

Browsing through the source, I realize the name of this algorithm is
"SHA" in the gnu provider, as opposed to "SHA-1" in the sun provider.

/Lars Andersen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]