Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/security/spec/
DRSAPublicKeySpec.java29 public class RSAPublicKeySpec implements KeySpec { class
44 public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent) { in RSAPublicKeySpec() method in RSAPublicKeySpec