Searched defs:RSAPublicKeySpec (Results 1 – 1 of 1) sorted by relevance
44 public class RSAPublicKeySpec implements KeySpec { class55 public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent) { in RSAPublicKeySpec() method in RSAPublicKeySpec