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