Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DIndexedCollectionCertStore.java243 Set<Certificate> matches = new HashSet<>(); in engineGetCertificates() local
250 Set<Certificate> matches = new HashSet<>(); in engineGetCertificates() local
289 Set<X509Certificate> matches = new HashSet<>(16); in engineGetCertificates() local
299 Set<Certificate> matches = new HashSet<>(16); in engineGetCertificates() local
309 Collection<Certificate> matches) { in matchX509Certs()
347 Set<CRL> matches = new HashSet<>(); in engineGetCRLs() local
354 Set<CRL> matches = new HashSet<>(); in engineGetCRLs() local
371 HashSet<CRL> matches = new HashSet<>(16); in engineGetCRLs() local
395 Set<CRL> matches = new HashSet<>(16); in engineGetCRLs() local
404 private void matchX509CRLs(CRLSelector selector, Collection<CRL> matches) { in matchX509CRLs()
/libcore/ojluni/src/main/java/javax/net/ssl/
DSNIMatcher.java104 public abstract boolean matches(SNIServerName serverName); in matches() method in SNIMatcher
DSNIHostName.java363 public boolean matches(SNIServerName serverName) { in matches() method in SNIHostName.SNIHostNameMatcher
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DKeyGeneratorThread.java44 int matches = 0; in test() local
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPattern2Test.java106 private void testCategory(String cat, String... matches) { in testCategory()
/libcore/luni/src/main/java/libcore/util/
DZoneInfoDB.java218 List<String> matches = new ArrayList<String>(); in getAvailableIDs() local
/libcore/ojluni/src/main/java/java/util/logging/
DLevel.java559 static synchronized KnownLevel matches(Level l) { in matches() method in Level.KnownLevel
/libcore/ojluni/src/main/java/sun/net/www/
DMimeEntry.java261 public boolean matches(String type) { in matches() method in MimeEntry
/libcore/ojluni/src/main/java/java/util/regex/
DPattern.java1045 public static boolean matches(String regex, CharSequence input) { in matches() method in Pattern
DMatcher.java413 public boolean matches() { in matches() method in Matcher
/libcore/ojluni/src/main/java/sun/security/util/
DSignatureFileVerifier.java636 static boolean matches(CodeSigner[] signers, CodeSigner[] oldSigners, in matches() method in SignatureFileVerifier
/libcore/ojluni/src/main/java/sun/security/ssl/
DX509KeyManagerImpl.java283 boolean matches(Certificate[] chain) { in matches() method in X509KeyManagerImpl.KeyType
/libcore/ojluni/src/main/java/java/security/
DProvider.java562 boolean matches(String type, String algorithm) { in matches() method in Provider.ServiceKey
/libcore/ojluni/src/main/java/java/lang/
DString.java2064 public boolean matches(String regex) { in matches() method in String
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java2244 ObjectStreamField[] matches = new ObjectStreamField[fields.length]; in matchFields() local
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp529 bool matches(const char* uri, const char* localName) { in matches() function in ExpatElementName