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

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

Completed in 35 milliseconds