Home
last modified time | relevance | path

Searched defs:match (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DCertStoreSpiTest.java81 public boolean match (CRL crl) { in match() method in CertStoreSpiTest.tmpCRLSelector
89 public boolean match (Certificate crl) { in match() method in CertStoreSpiTest.tmpCertSelector
DCertStore2Test.java295 public boolean match(CRL crl) { in match() method in CertStore2Test.MyCRLSelector
305 public boolean match(CRL crl) { in match() method in CertStore2Test.MyOtherCRLSelector
317 public boolean match(Certificate cert) { in match() method in CertStore2Test.MyCertSelector
328 public boolean match(Certificate crl) { in match() method in CertStore2Test.MyOtherCertSelector
/libcore/luni/src/main/java/java/security/cert/
DCertSelector.java48 public boolean match(Certificate cert); in match() method
DCRLSelector.java48 public boolean match(CRL crl); in match() method
DX509CRLSelector.java402 public boolean match(CRL crl) { in match() method in X509CRLSelector
DX509CertSelector.java1102 public boolean match(Certificate certificate) { in match() method in X509CertSelector
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DTrustedCertificateStore.java371 public boolean match(X509Certificate cert); in match() method
/libcore/luni/src/main/java/java/util/
DScanner.java961 public MatchResult match() { in match() method in Scanner
/libcore/luni/src/main/java/java/text/
DMessageFormat.java927 private int match(String string, ParsePosition position, boolean last, in match() method in MessageFormat
/libcore/luni/src/main/java/java/util/concurrent/
DSynchronousQueue.java203 volatile SNode match; // the node matched to this field in SynchronousQueue.TransferStack.SNode