| /libcore/ojluni/src/main/java/java/security/spec/ |
| D | RSAPublicKeySpec.java | 47 private final BigInteger modulus; field in RSAPublicKeySpec 57 public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent) { in RSAPublicKeySpec() 69 public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent, in RSAPublicKeySpec()
|
| D | RSAPrivateKeySpec.java | 47 private final BigInteger modulus; field in RSAPrivateKeySpec 57 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { in RSAPrivateKeySpec() 69 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent, in RSAPrivateKeySpec()
|
| D | RSAPrivateCrtKeySpec.java | 69 public RSAPrivateCrtKeySpec(BigInteger modulus, in RSAPrivateCrtKeySpec() 97 public RSAPrivateCrtKeySpec(BigInteger modulus, in RSAPrivateCrtKeySpec()
|
| D | RSAMultiPrimePrivateCrtKeySpec.java | 85 public RSAMultiPrimePrivateCrtKeySpec(BigInteger modulus, in RSAMultiPrimePrivateCrtKeySpec() 127 public RSAMultiPrimePrivateCrtKeySpec(BigInteger modulus, in RSAMultiPrimePrivateCrtKeySpec()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
| D | BigIntegerModPowTest.java | 43 BigInteger modulus = new BigInteger(mSign, mBytes); in testModPowException() local 71 BigInteger modulus = new BigInteger(mSign, mBytes); in testModPowPosExp() local 94 BigInteger modulus = new BigInteger(mSign, mBytes); in testModPowNegExp() local 136 BigInteger modulus = new BigInteger(mSign, mBytes); in testmodInverseException() local 153 BigInteger modulus = new BigInteger(mSign, mBytes); in testmodInverseNonInvertible() local 171 BigInteger modulus = new BigInteger(mSign, mBytes); in testmodInversePos1() local 191 BigInteger modulus = new BigInteger(mSign, mBytes); in testmodInversePos2() local 211 BigInteger modulus = new BigInteger(mSign, mBytes); in testmodInverseNeg1() local 229 BigInteger modulus = new BigInteger(mBytes); in testmodInverseNeg2() local
|
| /libcore/ojluni/annotations/flagged_api/java/security/spec/ |
| D | RSAPublicKeySpec.annotated.java | 32 public RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent) { throw … in RSAPublicKeySpec() 35 public RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent, java.sec… in RSAPublicKeySpec()
|
| D | RSAPrivateKeySpec.annotated.java | 32 public RSAPrivateKeySpec(java.math.BigInteger modulus, java.math.BigInteger privateExponent) { thro… in RSAPrivateKeySpec() 35 public RSAPrivateKeySpec(java.math.BigInteger modulus, java.math.BigInteger privateExponent, java.s… in RSAPrivateKeySpec()
|
| D | RSAPrivateCrtKeySpec.annotated.java | 32 public RSAPrivateCrtKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent, java… in RSAPrivateCrtKeySpec() 35 public RSAPrivateCrtKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent, java… in RSAPrivateCrtKeySpec()
|
| D | RSAMultiPrimePrivateCrtKeySpec.annotated.java | 32 public RSAMultiPrimePrivateCrtKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExpo… in RSAMultiPrimePrivateCrtKeySpec() 35 public RSAMultiPrimePrivateCrtKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExpo… in RSAMultiPrimePrivateCrtKeySpec()
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | ArrayDeque.java | 224 static final int inc(int i, int modulus) { in inc() 233 static final int dec(int i, int modulus) { in dec() 243 static final int inc(int i, int distance, int modulus) { in inc() 255 static final int sub(int i, int j, int modulus) { in sub()
|
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | ArrayBlockingQueue.java | 144 static final int inc(int i, int modulus) { in inc() 153 static final int dec(int i, int modulus) { in dec()
|