public class SharedKey
extends java.lang.Object
| Constructor and Description |
|---|
SharedKey() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getModulus() |
java.math.BigInteger |
getPublicExponent() |
void |
setModulus(java.math.BigInteger mod) |
void |
setPublicExponent(java.math.BigInteger exp) |