Klasse java.security.spec.RSAPrivateKeySpec | 1.2 |
java.lang.Object | +--java.security.spec.RSAPrivateKeySpec
Konstruktoren | |
---|---|
public | RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) |
Methoden | |
---|---|
public BigInteger | getModulus() |
public BigInteger | getPrivateExponent() |