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

  /external/smack/src/org/xbill/DNS/
CERTRecord.java 109 private int certType, keyTag;
122 * @param certType The type of certificate (see constants)
128 CERTRecord(Name name, int dclass, long ttl, int certType, int keyTag,
132 this.certType = checkU16("certType", certType);
140 certType = in.readU16();
149 certType = CertificateType.value(certTypeString);
150 if (certType < 0)
167 sb.append (certType);
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertPathTest.java 41 private static final String certType = "X.509";
55 CertificateFactory cf = CertificateFactory.getInstance(certType);
68 CertificateFactory cf = CertificateFactory.getInstance(certType);
CertificateTest.java 41 private static final String certType = "X.509";
48 CertificateFactory cf = CertificateFactory.getInstance(certType);
61 CertificateFactory cf = CertificateFactory.getInstance(certType);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 432 String certType = cipher_suite.getServerKeyType();
433 if (certType == null) {
442 alias = ekm.chooseServerAlias(certType, null,
445 alias = ekm.chooseEngineServerAlias(certType, null,
452 alias = km.chooseServerAlias(certType, null, this.socketOwner);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 57 private static final String certType = "X.509";
89 cf = CertificateFactory.getInstance(certType);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 67 private static final String certType = "X.509";
97 cf = CertificateFactory.getInstance(certType);
    [all...]

Completed in 1983 milliseconds