Class KeyFactors
- java.lang.Object
-
- org.smallmind.nutsnbolts.security.key.KeyFactors
-
public class KeyFactors extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyFactors(BigInteger modulus, BigInteger exponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetExponent()BigIntegergetModulus()
-
-
-
Constructor Detail
-
KeyFactors
public KeyFactors(BigInteger modulus, BigInteger exponent)
-
-
Method Detail
-
getModulus
public BigInteger getModulus()
-
getExponent
public BigInteger getExponent()
-
-