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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBEKey.java53 PBEKey(PBEKeySpec keySpec, String keytype) throws InvalidKeySpecException { argument
71 type = keytype;
H A DPBEKeyFactory.java54 private PBEKeyFactory(String keytype) { argument
55 type = keytype;

Completed in 49 milliseconds