Searched defs:algs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DPBEKeysAlgorithmNames.java37 static String [] algs = { field in class:PBEKeysAlgorithmNames
51 for (String s : algs) {
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeHash.java126 * algs is a set of all possible hash algorithms that might be used in
131 Set<String> algs) {
269 void restrictCertificateVerifyAlgs(Set<String> algs) { argument
130 HandshakeHash(boolean isServer, boolean needCertificateVerify, Set<String> algs) argument

Completed in 39 milliseconds