Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/security/spec/
DRSAPublicKeySpec.annotated.java30 public class RSAPublicKeySpec implements java.security.spec.KeySpec { class
32 public RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent) { throw … in RSAPublicKeySpec() method in RSAPublicKeySpec
35 public RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent, java.sec… in RSAPublicKeySpec() method in RSAPublicKeySpec
/libcore/ojluni/src/main/java/java/security/spec/
DRSAPublicKeySpec.java45 public class RSAPublicKeySpec implements KeySpec { class
57 public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent) { in RSAPublicKeySpec() method in RSAPublicKeySpec
69 public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent, in RSAPublicKeySpec() method in RSAPublicKeySpec