Searched refs:toRSAKey (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/rsa/
H A DRSASignature.java92 RSAPublicKey rsaKey = (RSAPublicKey)RSAKeyFactory.toRSAKey(publicKey);
108 (RSAPrivateKey)RSAKeyFactory.toRSAKey(privateKey);
H A DRSAKeyFactory.java105 public static RSAKey toRSAKey(Key key) throws InvalidKeyException { method in class:RSAKeyFactory
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DRSACipher.java259 RSAKey rsaKey = RSAKeyFactory.toRSAKey(key);
264 } else { // must be RSAPrivateKey per check in toRSAKey
440 RSAKey rsaKey = RSAKeyFactory.toRSAKey(key);

Completed in 32 milliseconds