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

/libcore/luni/src/test/java/tests/security/interfaces/
H A DRSAPublicKeyTest.java22 import java.security.interfaces.RSAPublicKey;
28 * java.security.interfaces.RSAPublicKey
35 RSAPublicKey key = (RSAPublicKey) gen.generatePublic(new RSAPublicKeySpec(
/libcore/luni/src/main/java/java/security/interfaces/
H A DRSAPublicKey.java26 public interface RSAPublicKey extends PublicKey, RSAKey { interface in inherits:PublicKey,RSAKey
/libcore/luni/src/test/java/org/apache/harmony/security/tests/x509/
H A DSubjectPublicKeyInfoTest.java36 import java.security.interfaces.RSAPublicKey;
51 final RSAPublicKey rsaPubKey = (RSAPublicKey) pair.getPublic();
71 assertTrue(pubKey instanceof RSAPublicKey);

Completed in 426 milliseconds