Home | History | Annotate | Download | only in spec

Lines Matching refs:BigInteger

27 import java.math.BigInteger;
45 BigInteger.ONE,
46 BigInteger.ONE,
47 BigInteger.ONE,
48 BigInteger.ONE,
49 BigInteger.ONE,
50 BigInteger.ONE,
51 BigInteger.ONE,
52 BigInteger.ONE);
63 BigInteger.ONE,
64 BigInteger.ONE,
65 BigInteger.ONE,
66 BigInteger.ONE,
67 BigInteger.ONE,
68 BigInteger.ONE,
69 BigInteger.ONE,
70 BigInteger.ONE);
97 BigInteger.ONE,
98 BigInteger.ONE,
99 BigInteger.ONE,
100 BigInteger.ONE,
101 BigInteger.ONE,
102 BigInteger.ONE,
103 BigInteger.ONE,
104 BigInteger.valueOf(5L));
105 assertTrue(BigInteger.valueOf(5L).equals(ks.getCrtCoefficient()));
114 BigInteger.ONE,
115 BigInteger.ONE,
116 BigInteger.ONE,
117 BigInteger.ONE,
118 BigInteger.ONE,
119 BigInteger.valueOf(5L),
120 BigInteger.ONE,
121 BigInteger.ONE);
122 assertTrue(BigInteger.valueOf(5L).equals(ks.getPrimeExponentP()));
131 BigInteger.ONE,
132 BigInteger.ONE,
133 BigInteger.ONE,
134 BigInteger.ONE,
135 BigInteger.ONE,
136 BigInteger.ONE,
137 BigInteger.valueOf(5L),
138 BigInteger.ONE);
139 assertTrue(BigInteger.valueOf(5L).equals(ks.getPrimeExponentQ()));
148 BigInteger.ONE,
149 BigInteger.ONE,
150 BigInteger.ONE,
151 BigInteger.valueOf(5L),
152 BigInteger.ONE,
153 BigInteger.ONE,
154 BigInteger.ONE,
155 BigInteger.ONE);
156 assertTrue(BigInteger.valueOf(5L).equals(ks.getPrimeP()));
165 BigInteger.ONE,
166 BigInteger.ONE,
167 BigInteger.ONE,
168 BigInteger.ONE,
169 BigInteger.valueOf(5L),
170 BigInteger.ONE,
171 BigInteger.ONE,
172 BigInteger.ONE);
173 assertTrue(BigInteger.valueOf(5L).equals(ks.getPrimeQ()));
182 BigInteger.ONE,
183 BigInteger.valueOf(5L),
184 BigInteger.ONE,
185 BigInteger.ONE,
186 BigInteger.ONE,
187 BigInteger.ONE,
188 BigInteger.ONE,
189 BigInteger.ONE);
190 assertTrue(BigInteger.valueOf(5L).equals(ks.getPublicExponent()));
203 BigInteger.valueOf(5L),
204 BigInteger.ONE,
205 BigInteger.ONE,
206 BigInteger.ONE,
207 BigInteger.ONE,
208 BigInteger.ONE,
209 BigInteger.ONE,
210 BigInteger.ONE);
211 assertTrue(BigInteger.valueOf(5L).equals(ks.getModulus()));
220 BigInteger.ONE,
221 BigInteger.ONE,
222 BigInteger.valueOf(5L),
223 BigInteger.ONE,
224 BigInteger.ONE,
225 BigInteger.ONE,
226 BigInteger.ONE,
227 BigInteger.ONE);
228 assertTrue(BigInteger.valueOf(5L).equals(ks.getPrivateExponent()));