Searched refs:addPathToName (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | X509CertSelectorTest.java | 68 certSelector.addPathToName(GeneralName.iPAddress, "127.0.0.1"); in testMatchMaskedIpv4NameConstraint() 93 certSelector.addPathToName(GeneralName.iPAddress, "1::1"); in testMatchMaskedIpv6NameConstraint()
|
/libcore/ojluni/src/test/java/security/cert/ |
D | X509CertSelectorTest.java | 447 selector.addPathToName(NAME_DIRECTORY, derDN1.toByteArray()); in testPathToName() 450 selector.addPathToName(NAME_DIRECTORY, derDN2.toByteArray()); in testPathToName() 469 selector.addPathToName(NAME_DIRECTORY, derDN1.toByteArray()); in testPathToName() 472 selector.addPathToName(NAME_DIRECTORY, derDN2.toByteArray()); in testPathToName()
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | X509CertSelectorTest.java | 184 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/ |
D | X509CertSelector.java | 1221 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
|
/libcore/api/ |
D | current.txt | 9160 method public void addPathToName(int, String) throws java.io.IOException; 9161 method public void addPathToName(int, byte[]) throws java.io.IOException;
|