Home
last modified time | relevance | path

Searched defs:modulus (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/java/security/spec/
DRSAPublicKeySpec.java47 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()
DRSAPrivateKeySpec.java47 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()
DRSAPrivateCrtKeySpec.java69 public RSAPrivateCrtKeySpec(BigInteger modulus, in RSAPrivateCrtKeySpec()
97 public RSAPrivateCrtKeySpec(BigInteger modulus, in RSAPrivateCrtKeySpec()
DRSAMultiPrimePrivateCrtKeySpec.java85 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/
DBigIntegerModPowTest.java43 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/
DRSAPublicKeySpec.annotated.java32 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()
DRSAPrivateKeySpec.annotated.java32 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()
DRSAPrivateCrtKeySpec.annotated.java32 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()
DRSAMultiPrimePrivateCrtKeySpec.annotated.java32 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/
DArrayDeque.java224 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/
DArrayBlockingQueue.java144 static final int inc(int i, int modulus) { in inc()
153 static final int dec(int i, int modulus) { in dec()