Searched refs:hashAlgo (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DPBMAC1Core.java48 private final String hashAlgo; field in class:PBMAC1Core
55 PBMAC1Core(String kdfAlgo, String hashAlgo, int blockLength) argument
57 super(hashAlgo, blockLength);
59 this.hashAlgo = hashAlgo;
H A DPKCS12PBECipherCore.java74 String hashAlgo, int blockLength) {
94 MessageDigest sha = MessageDigest.getInstance(hashAlgo);
73 derive(char[] chars, byte[] salt, int ic, int n, int type, String hashAlgo, int blockLength) argument

Completed in 50 milliseconds