public class RSAKeyParameters extends AsymmetricKeyParameter
Constructor and Description |
---|
RSAKeyParameters(boolean isPrivate,
BigInteger modulus,
BigInteger exponent) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getExponent() |
BigInteger |
getModulus() |
isPrivate
public RSAKeyParameters(boolean isPrivate, BigInteger modulus, BigInteger exponent)
public BigInteger getModulus()
public BigInteger getExponent()
Copyright © 2015. All rights reserved.