Home
last modified time | relevance | path

Searched refs:RSAKey (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/tests/security/interfaces/
DRSAKeyTest.java22 import java.security.interfaces.RSAKey;
40 RSAKey key = null; in test_getModulus()
43 key = (RSAKey) gen.generatePrivate(new RSAPrivateKeySpec(n, d)); in test_getModulus()
47 key = (RSAKey) gen.generatePublic(new RSAPublicKeySpec(n, e)); in test_getModulus()
/libcore/ojluni/src/main/java/sun/security/util/
DKeyUtil.java31 import java.security.interfaces.RSAKey;
75 } else if (key instanceof RSAKey) { in getKeySize()
76 RSAKey pubk = (RSAKey)key; in getKeySize()
/libcore/ojluni/src/main/java/java/security/interfaces/
DRSAKey.java41 public interface RSAKey { interface
DRSAPrivateKey.java39 public interface RSAPrivateKey extends java.security.PrivateKey, RSAKey
DRSAPublicKey.java37 public interface RSAPublicKey extends java.security.PublicKey, RSAKey
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java58 import java.security.interfaces.RSAKey;
1234 implements RSAKey, PrivateKey, DelegatingPrivateKey {
/libcore/
Dopenjdk_java_files.mk609 ojluni/src/main/java/java/security/interfaces/RSAKey.java \