HomeSort by relevance Sort by last modified time
    Searched refs:RSAOtherPrimeInfo (Results 1 - 25 of 25) sorted by null

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAOtherPrimeInfoTest.java 25 import java.security.spec.RSAOtherPrimeInfo;
30 * Tests for <code>RSAOtherPrimeInfo</code> class fields and methods.
44 * Test #1 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> ctor
45 * Assertion: constructs <code>RSAOtherPrimeInfo</code>
50 new RSAOtherPrimeInfo(BigInteger.valueOf(1L),
53 assertTrue(o instanceof RSAOtherPrimeInfo);
57 * Test #2 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> ctor
62 new RSAOtherPrimeInfo(null,
71 * Test #3 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> ctor
76 new RSAOtherPrimeInfo(BigInteger.valueOf(1L)
    [all...]
RSAMultiPrimePrivateCrtKeySpecTest.java 27 import java.security.spec.RSAOtherPrimeInfo;
37 * Reference array of RSAOtherPrimeInfo. DO NOT MODIFY
39 private static final RSAOtherPrimeInfo[] opi = new RSAOtherPrimeInfo[] {
40 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
41 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
42 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
66 * RSAOtherPrimeInfo[] otherPrimeInfo)
95 * RSAOtherPrimeInfo[] otherPrimeInfo)
126 * RSAOtherPrimeInfo[] otherPrimeInfo
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
RSAOtherPrimeInfoTest.java 28 import java.security.spec.RSAOtherPrimeInfo;
31 * Tests for <code>RSAOtherPrimeInfo</code> class fields and methods.
37 * Test #1 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> ctor
38 * Assertion: constructs <code>RSAOtherPrimeInfo</code>
43 new RSAOtherPrimeInfo(BigInteger.valueOf(1L),
46 assertTrue(o instanceof RSAOtherPrimeInfo);
50 * Test #2 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> ctor
55 new RSAOtherPrimeInfo(null,
64 * Test #3 for <code>RSAOtherPrimeInfo(BigInteger,BigInteger,BigInteger)</code> ctor
69 new RSAOtherPrimeInfo(BigInteger.valueOf(1L)
    [all...]
RSAMultiPrimePrivateCrtKeySpecTest.java 30 import java.security.spec.RSAOtherPrimeInfo;
39 * Reference array of RSAOtherPrimeInfo. DO NOT MODIFY
41 private static final RSAOtherPrimeInfo[] opi = new RSAOtherPrimeInfo[] {
42 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
43 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
44 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
59 * RSAOtherPrimeInfo[] otherPrimeInfo)
88 * RSAOtherPrimeInfo[] otherPrimeInfo)
119 * RSAOtherPrimeInfo[] otherPrimeInfo
    [all...]
  /libcore/luni/src/main/java/java/security/interfaces/
RSAMultiPrimePrivateCrtKey.java 21 import java.security.spec.RSAOtherPrimeInfo;
48 public RSAOtherPrimeInfo[] getOtherPrimeInfo();
  /libcore/luni/src/main/java/java/security/spec/
RSAMultiPrimePrivateCrtKeySpec.java 44 private final RSAOtherPrimeInfo[] otherPrimeInfo;
82 RSAOtherPrimeInfo[] otherPrimeInfo) {
117 this.otherPrimeInfo = new RSAOtherPrimeInfo[otherPrimeInfo.length];
146 public RSAOtherPrimeInfo[] getOtherPrimeInfo() {
151 RSAOtherPrimeInfo[] ret =
152 new RSAOtherPrimeInfo[otherPrimeInfo.length];
RSAOtherPrimeInfo.java 30 public class RSAOtherPrimeInfo {
39 * Creates a new {@code RSAOtherPrimeInfo} with the specified prime,
49 public RSAOtherPrimeInfo(BigInteger prime,
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
RSAMultiPrimePrivateCrtKeyImpl.java 22 import java.security.spec.RSAOtherPrimeInfo;
37 private RSAOtherPrimeInfo[] otherPrimeInfo = null;
45 RSAOtherPrimeInfo[] otherPrmInfo) {
58 public RSAOtherPrimeInfo[] getOtherPrimeInfo() {
  /libcore/luni/src/test/java/tests/security/interfaces/
RSAMultiPrimePrivateCrtKeyTest.java 23 import java.security.spec.RSAOtherPrimeInfo;
30 * Reference array of RSAOtherPrimeInfo. DO NOT MODIFY
32 private static final RSAOtherPrimeInfo[] opi = new RSAOtherPrimeInfo[] {
33 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
34 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
35 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
52 RSAOtherPrimeInfo[] otherPrmInfo) {
87 assertNull("Object RSAOtherPrimeInfo is not NULL", rsam.getOtherPrimeInfo());
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
RSAMultiPrimePrivateCrtKeyTest.java 27 import java.security.spec.RSAOtherPrimeInfo;
68 public RSAOtherPrimeInfo[] getOtherPrimeInfo() {
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 204 milliseconds