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

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ObjectIdentifier.java 67 this.oid = toIntArray(strOid);
158 public static int[] toIntArray(String str) {
159 return toIntArray(str, true);
166 * String representation is defined as for {@link #toIntArray}.
172 return toIntArray(str, false) != null;
188 private static int[] toIntArray(String str, boolean shouldThrow) {
ASN1Oid.java 180 out.content = ObjectIdentifier.toIntArray((String) out.content);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CertFactoryPerfTest.java 97 ObjectIdentifier.toIntArray("2.5.29.37.0"), // Any extended key usage
98 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.1"), // TLS Web server authentication
99 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.1"), // TLS Web server authentication
100 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.2"), // TLS Web client authentication
101 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.3"), // Code Signing
102 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.4"), // E-mail protection
103 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.5"), // IP security end system
104 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.6"), // IP security tunnel termination
105 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.7"), // IP security user
106 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.8"), // Timestampin
    [all...]
X509CertImplTest.java 123 ObjectIdentifier.toIntArray("2.5.29.37.0"), // Any extended key usage
124 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.1"), // TLS Web server authentication
125 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.1"), // TLS Web server authentication
126 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.2"), // TLS Web client authentication
127 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.3"), // Code Signing
128 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.4"), // E-mail protection
129 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.5"), // IP security end system
130 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.6"), // IP security tunnel termination
131 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.7"), // IP security user
132 ObjectIdentifier.toIntArray("1.3.6.1.5.5.7.3.8"), // Timestampin
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AccessDescription.java 91 values[0] = ObjectIdentifier.toIntArray(ad.accessMethod);
OtherName.java 98 values[0] = ObjectIdentifier.toIntArray(on.typeID);
PolicyInformation.java 98 values[0] = ObjectIdentifier.toIntArray(pi.policyIdentifier);
AlgorithmIdentifier.java 158 values[0] = ObjectIdentifier.toIntArray(aID.getAlgorithm());
Extension.java 107 this.extnID = ObjectIdentifier.toIntArray(extnID);
116 this.extnID = ObjectIdentifier.toIntArray(extnID);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TimeStampReq.java 206 .toIntArray(req.reqPolicy);
TSTInfo.java 288 values[1] = ObjectIdentifier.toIntArray(info.policy);
  /external/guava/guava/src/com/google/common/primitives/
Ints.java 434 return ((IntArrayAsList) collection).toIntArray();
579 int[] toIntArray() {
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Ints.java 378 return ((IntArrayAsList) collection).toIntArray();
523 int[] toIntArray() {
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 211 int[] array = org.apache.harmony.security.asn1.ObjectIdentifier.toIntArray(sOid);
  /external/zxing/core/
core.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 685 milliseconds