Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/spec/
DRSAPrivateKeySpec.java44 public class RSAPrivateKeySpec implements KeySpec { class
55 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { in RSAPrivateKeySpec() method in RSAPrivateKeySpec