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

/libcore/ojluni/src/main/java/java/security/spec/
H A DRSAPrivateKeySpec.java44 public class RSAPrivateKeySpec implements KeySpec { class in inherits:KeySpec
50 * Creates a new RSAPrivateKeySpec.
55 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { method in class:RSAPrivateKeySpec

Completed in 61 milliseconds