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

/openjdk7/jdk/src/share/classes/javax/crypto/interfaces/
H A DPBEKey.java39 public interface PBEKey extends javax.crypto.SecretKey { interface in inherits:javax.crypto.SecretKey
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPBEKey.java40 final class PBEKey implements SecretKey { class in inherits:SecretKey
53 PBEKey(PBEKeySpec keySpec, String keytype) throws InvalidKeySpecException { method in class:PBEKey

Completed in 114 milliseconds