Searched refs:SHA (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A Dnewsize7.sh68 grep SHA-256 META-INF/MANIFEST.MF || exit 1
69 grep SHA-256 META-INF/ME.SF || exit 2
H A Dnameclash.sh61 $JARSIGNER -keystore $KS -storepass changeit $JFILE b -digestalg SHA-1 || exit 2
H A DAlgOptions.sh175 -digestalg SHA-256 \
195 # test SHA-512 digest algorithm (creates long lines)
199 -digestalg SHA-512 \
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSHA.java31 * This class implements the Secure Hash Algorithm (SHA) developed by
33 * National Security Agency. This is the updated version of SHA
44 public final class SHA extends DigestBase { class in inherits:DigestBase
56 * Creates a new SHA object.
58 public SHA() { method in class:SHA
59 super("SHA-1", 20, 64);
66 * Creates a SHA object.with state (for cloning) */
67 private SHA(SHA base) { method in class:SHA
77 return new SHA(thi
[all...]
H A DDSAParameterGenerator.java68 // Make a SHA-1 hash function
69 private SHA sha;
72 this.sha = new SHA();
202 byte[] U1 = SHA(seed);
203 byte[] U2 = SHA(toByteArray((SEED.add(ONE)).mod(TWOG)));
228 V[k] = new BigInteger(1, SHA(toByteArray(tmp)));
277 * Returns the SHA-1 digest of some data
279 private byte[] SHA(byte[] array) { method in class:DSAParameterGenerator
/openjdk7/jdk/test/java/security/Security/signedfirst/
H A Dexp.jarMETA-INF/MANIFEST.MF META-INF/MYKEY.SF META-INF/MYKEY.RSA META ...

Completed in 35 milliseconds