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

/libcore/luni/src/main/java/java/security/spec/
H A DRSAPublicKeySpec.java29 public class RSAPublicKeySpec implements KeySpec { class in inherits:KeySpec
36 * Creates a new {@code RSAPublicKeySpec} with the specified modulus and
44 public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent) { method in class:RSAPublicKeySpec

Completed in 69 milliseconds