Home
last modified time | relevance | path

Searched refs:addPathToName (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CertSelectorTest.java68 certSelector.addPathToName(GeneralName.iPAddress, "127.0.0.1"); in testMatchMaskedIpv4NameConstraint()
93 certSelector.addPathToName(GeneralName.iPAddress, "1::1"); in testMatchMaskedIpv6NameConstraint()
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java184 new X509CertSelector().addPathToName(types[i], (byte[]) null); in test_addPathToNameLintLbyte_array()
198 new X509CertSelector().addPathToName(type, (String) null); in test_addPathToNameLintLjava_lang_String()
2016 theCertSelector.addPathToName(1, bytes); in test_addPathToNameLintLbyte_array2()
2023 theCertSelector.addPathToName(1, bytesName); in test_addPathToNameLintLbyte_array2()
2032 …theCertSelector.addPathToName(4, TestUtils.rootCertificateSS.getIssuerX500Principal().getEncoded()… in test_addPathToNameLintLbyte_array2()
2055 theCertSelector.addPathToName(1, new String(b)); in test_addPathToNameLintLjava_lang_String2()
2062 theCertSelector.addPathToName(1, new String(bytesName)); in test_addPathToNameLintLjava_lang_String2()
2069 theCertSelector.addPathToName(1, rootCertificate.getIssuerX500Principal().getName()); in test_addPathToNameLintLjava_lang_String2()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java1221 public void addPathToName(int type, String name) throws IOException { in addPathToName() method in X509CertSelector
1250 public void addPathToName(int type, byte [] name) throws IOException { in addPathToName() method in X509CertSelector