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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11SecretKeyFactory.java307 private byte[] getKeyBytes(SecretKey key) throws InvalidKeySpecException { method in class:P11SecretKeyFactory
330 return new SecretKeySpec(getKeyBytes(key), algorithm);
334 return new DESKeySpec(getKeyBytes(key));
342 return new DESedeKeySpec(getKeyBytes(key));
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherCore.java422 byte[] keyBytes = getKeyBytes(key);
493 static byte[] getKeyBytes(Key key) throws InvalidKeyException { method in class:CipherCore

Completed in 32 milliseconds