Searched refs:CertTypeX509 (Results 1 – 2 of 2) sorted by relevance
17 public static final String CertTypeX509 = "x509v3"; field in Credential124 if (certType.equalsIgnoreCase(CertTypeX509)) { in mapCertType()
657 certNode.addChild(TAG_CertificateType, null, Credential.CertTypeX509, null); in buildHomeSPTree()