Package | Description |
---|---|
java.math | |
java.security.cert | |
java.security.interfaces | |
java.security.spec |
Modifier and Type | Field and Description |
---|---|
static BigInteger |
BigInteger.ONE |
static BigInteger |
BigInteger.ZERO |
Modifier and Type | Method and Description |
---|---|
BigInteger |
BigInteger.add(BigInteger val) |
BigInteger |
BigInteger.and(BigInteger val) |
BigInteger |
BigInteger.andNot(BigInteger val) |
int |
BigInteger.compareTo(BigInteger val) |
BigInteger |
BigInteger.divide(BigInteger divisor) |
BigInteger[] |
BigInteger.divideAndRemainder(BigInteger divisor) |
BigInteger |
BigInteger.gcd(BigInteger val) |
BigInteger |
BigInteger.max(BigInteger val) |
BigInteger |
BigInteger.min(BigInteger val) |
BigInteger |
BigInteger.mod(BigInteger m) |
BigInteger |
BigInteger.modInverse(BigInteger m) |
BigInteger |
BigInteger.modPow(BigInteger exponent,
BigInteger m) |
BigInteger |
BigInteger.multiply(BigInteger val) |
BigInteger |
BigInteger.or(BigInteger val) |
BigInteger |
BigInteger.remainder(BigInteger divisor) |
BigInteger |
BigInteger.subtract(BigInteger val) |
BigInteger |
BigInteger.xor(BigInteger val) |
Constructor and Description |
---|
BigDecimal(BigInteger val) |
BigDecimal(BigInteger unscaledVal,
int scale) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
X509CRLSelector.getMaxCRL()
Returns the maximum value of the CRLNumber extension present in
CRLs matched by this selector, or
null if this
criteria is not set. |
BigInteger |
X509CRLSelector.getMinCRL()
Returns the minimum value of the CRLNumber extension present in
CRLs matched by this selector, or
null if this
criteria is not set. |
abstract BigInteger |
X509CRLEntry.getSerialNumber() |
BigInteger |
X509CertSelector.getSerialNumber()
Returns the serial number criterion, or
null if this
value was not set. |
abstract BigInteger |
X509Certificate.getSerialNumber() |
Modifier and Type | Method and Description |
---|---|
abstract X509CRLEntry |
X509CRL.getRevokedCertificate(BigInteger serialNumber) |
void |
X509CRLSelector.setMaxCRLNumber(BigInteger maxCrlNumber)
Sets the maximum value of the CRLNumber extension present in CRLs
matched by this selector.
|
void |
X509CRLSelector.setMinCRLNumber(BigInteger minCrlNumber)
Sets the minimum value of the CRLNumber extension present in CRLs
matched by this selector.
|
void |
X509CertSelector.setSerialNumber(BigInteger serialNo)
Sets the serial number of the desired certificate.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
RSAMultiPrimePrivateCrtKey.getCrtCoefficient() |
BigInteger |
RSAPrivateCrtKey.getCrtCoefficient() |
BigInteger |
DSAParams.getG() |
BigInteger |
RSAKey.getModulus() |
BigInteger |
DSAParams.getP() |
BigInteger |
RSAMultiPrimePrivateCrtKey.getPrimeExponentP() |
BigInteger |
RSAPrivateCrtKey.getPrimeExponentP() |
BigInteger |
RSAMultiPrimePrivateCrtKey.getPrimeExponentQ() |
BigInteger |
RSAPrivateCrtKey.getPrimeExponentQ() |
BigInteger |
RSAMultiPrimePrivateCrtKey.getPrimeP() |
BigInteger |
RSAPrivateCrtKey.getPrimeP() |
BigInteger |
RSAMultiPrimePrivateCrtKey.getPrimeQ() |
BigInteger |
RSAPrivateCrtKey.getPrimeQ() |
BigInteger |
RSAPrivateKey.getPrivateExponent() |
BigInteger |
RSAMultiPrimePrivateCrtKey.getPublicExponent() |
BigInteger |
RSAPrivateCrtKey.getPublicExponent() |
BigInteger |
RSAPublicKey.getPublicExponent() |
BigInteger |
DSAParams.getQ() |
BigInteger |
DSAPrivateKey.getX() |
BigInteger |
DSAPublicKey.getY() |
Modifier and Type | Field and Description |
---|---|
static BigInteger |
RSAKeyGenParameterSpec.F0 |
static BigInteger |
RSAKeyGenParameterSpec.F4 |
Modifier and Type | Method and Description |
---|---|
BigInteger |
RSAMultiPrimePrivateCrtKeySpec.getCrtCoefficient() |
BigInteger |
RSAOtherPrimeInfo.getCrtCoefficient() |
BigInteger |
RSAPrivateCrtKeySpec.getCrtCoefficient() |
BigInteger |
RSAOtherPrimeInfo.getExponent() |
BigInteger |
DSAParameterSpec.getG() |
BigInteger |
DSAPrivateKeySpec.getG() |
BigInteger |
DSAPublicKeySpec.getG() |
BigInteger |
RSAPrivateKeySpec.getModulus() |
BigInteger |
RSAPublicKeySpec.getModulus() |
BigInteger |
DSAParameterSpec.getP() |
BigInteger |
DSAPrivateKeySpec.getP() |
BigInteger |
DSAPublicKeySpec.getP() |
BigInteger |
RSAOtherPrimeInfo.getPrime() |
BigInteger |
RSAMultiPrimePrivateCrtKeySpec.getPrimeExponentP() |
BigInteger |
RSAPrivateCrtKeySpec.getPrimeExponentP() |
BigInteger |
RSAMultiPrimePrivateCrtKeySpec.getPrimeExponentQ() |
BigInteger |
RSAPrivateCrtKeySpec.getPrimeExponentQ() |
BigInteger |
RSAMultiPrimePrivateCrtKeySpec.getPrimeP() |
BigInteger |
RSAPrivateCrtKeySpec.getPrimeP() |
BigInteger |
RSAMultiPrimePrivateCrtKeySpec.getPrimeQ() |
BigInteger |
RSAPrivateCrtKeySpec.getPrimeQ() |
BigInteger |
RSAPrivateKeySpec.getPrivateExponent() |
BigInteger |
RSAKeyGenParameterSpec.getPublicExponent() |
BigInteger |
RSAMultiPrimePrivateCrtKeySpec.getPublicExponent() |
BigInteger |
RSAPrivateCrtKeySpec.getPublicExponent() |
BigInteger |
RSAPublicKeySpec.getPublicExponent() |
BigInteger |
DSAParameterSpec.getQ() |
BigInteger |
DSAPrivateKeySpec.getQ() |
BigInteger |
DSAPublicKeySpec.getQ() |
BigInteger |
DSAPrivateKeySpec.getX() |
BigInteger |
DSAPublicKeySpec.getY() |