Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/security/spec/
DRSAPrivateKeySpec.annotated.java30 public class RSAPrivateKeySpec implements java.security.spec.KeySpec { class
32 public RSAPrivateKeySpec(java.math.BigInteger modulus, java.math.BigInteger privateExponent) { thro… in RSAPrivateKeySpec() method in RSAPrivateKeySpec
35 public RSAPrivateKeySpec(java.math.BigInteger modulus, java.math.BigInteger privateExponent, java.s… in RSAPrivateKeySpec() method in RSAPrivateKeySpec
/libcore/ojluni/src/main/java/java/security/spec/
DRSAPrivateKeySpec.java45 public class RSAPrivateKeySpec implements KeySpec { class
57 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { in RSAPrivateKeySpec() method in RSAPrivateKeySpec
69 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent, in RSAPrivateKeySpec() method in RSAPrivateKeySpec