| Klasse java.security.spec.RSAPublicKeySpec | 1.2 |
java.lang.Object | +--java.security.spec.RSAPublicKeySpec
| Konstruktoren | |
|---|---|
| public | RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent) |
| Methoden | |
|---|---|
| public BigInteger | getModulus() |
| public BigInteger | getPublicExponent() |