/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | SelectorTest.java | 36 Selector selector = Selector.open(); in testNonBlockingConnect_immediate() local 57 Selector selector = Selector.open(); in testInterrupted() local 72 final Selector selector = Selector.open(); in testManyWakeupCallsTriggerOnlyOneWakeup() local 105 Selector selector = Selector.open(); in testLeakingPipes() local 111 Selector selector = Selector.open(); in test_57456() local 143 Selector selector = Selector.open(); in test_80785() local 152 Selector selector = Selector.open(); in test28318596() local
|
D | SocketChannelTest.java | 78 Selector selector = Selector.open(); in test_56684() local
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | X509CRLSelector2Test.java | 51 X509CRLSelector selector = new X509CRLSelector(); in testX509CRLSelector() local 66 X509CRLSelector selector = new X509CRLSelector(); in testAddIssuerLjavax_security_auth_x500_X500Principal02() local 88 X509CRLSelector selector = new X509CRLSelector(); in testAddIssuerNameLjava_lang_String03() local 123 X509CRLSelector selector = new X509CRLSelector(); in testSetIssuerNamesLjava_util_Collection02() local 170 X509CRLSelector selector = new X509CRLSelector(); in testSetIssuersLjava_util_Collection() local 202 X509CRLSelector selector = new X509CRLSelector(); in testAddIssuerName$B() local 241 X509CRLSelector selector = new X509CRLSelector(); in testSetMinCRLNumberLjava_math_BigInteger() local 263 X509CRLSelector selector = new X509CRLSelector(); in testSetMaxCRLNumberLjava_math_BigInteger() local 284 X509CRLSelector selector = new X509CRLSelector(); in testSetDateAndTimeLjava_util_Date() local 311 X509CRLSelector selector = new X509CRLSelector(); in testSetCertificateCheckingLjava_X509Certificate() local [all …]
|
D | X509CertSelectorTest.java | 211 X509CertSelector selector = new X509CertSelector(); in test_X509CertSelector() local 220 X509CertSelector selector = new X509CertSelector(); in test_clone() local 260 X509CertSelector selector = new X509CertSelector(); in test_getAuthorityKeyIdentifier() local 277 X509CertSelector selector = new X509CertSelector(); in test_getBasicConstraints() local 289 X509CertSelector selector = new X509CertSelector(); in test_getCertificate() local 316 X509CertSelector selector = new X509CertSelector(); in test_getCertificateValid() local 350 X509CertSelector selector = new X509CertSelector(); in test_getExtendedKeyUsage() local 369 X509CertSelector selector = new X509CertSelector(); in test_getIssuer() local 394 X509CertSelector selector = new X509CertSelector(); in test_getIssuerAsBytes() local 415 X509CertSelector selector = new X509CertSelector(); in test_getIssuerAsString() local [all …]
|
D | X509CRLSelectorTest.java | 78 X509CRLSelector selector = new X509CRLSelector(); in test_addIssuerNameLjava_lang_String02() local 118 X509CRLSelector selector = new X509CRLSelector(); in test_setIssuerNamesLjava_util_Collection01() local
|
D | CertStore2Test.java | 354 public Collection<? extends CRL> engineGetCRLs(CRLSelector selector) in engineGetCRLs() 367 CertSelector selector) throws CertStoreException { in engineGetCertificates()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | CertStoreSpi.java | 96 (CertSelector selector) throws CertStoreException; in engineGetCertificates() 124 (CRLSelector selector) throws CertStoreException; in engineGetCRLs()
|
D | CertStore.java | 159 (CertSelector selector) throws CertStoreException { in getCertificates() 188 public final Collection<? extends CRL> getCRLs(CRLSelector selector) in getCRLs()
|
D | PKIXParameters.java | 651 public void setTargetCertConstraints(CertSelector selector) { in setTargetCertConstraints()
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
D | MyCertStoreSpi.java | 51 public Collection<Certificate> engineGetCertificates(CertSelector selector) in engineGetCertificates() 59 public Collection<CRL> engineGetCRLs(CRLSelector selector) in engineGetCRLs()
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | CertStoreHelper.java | 129 public abstract X509CertSelector wrap(X509CertSelector selector, in wrap() 138 public abstract X509CRLSelector wrap(X509CRLSelector selector, in wrap()
|
D | URICertStore.java | 247 (CertSelector selector) throws CertStoreException { in engineGetCertificates() 328 (Collection<X509Certificate> certs, CertSelector selector) { in getMatchingCerts() 356 public synchronized Collection<X509CRL> engineGetCRLs(CRLSelector selector) in engineGetCRLs() 440 (X509CRL crl, CRLSelector selector) { in getMatchingCRLs()
|
D | PKIXCertPathValidator.java | 90 AdaptableX509CertSelector selector = null; in validate() local
|
D | DistributionPointFetcher.java | 68 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs() 86 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs() 144 private static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs()
|
D | Builder.java | 427 boolean addMatchingCerts(X509CertSelector selector, in addMatchingCerts()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SelectionKeyImpl.java | 42 public final SelectorImpl selector; field in SelectionKeyImpl 59 public Selector selector() { in selector() method in SelectionKeyImpl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
D | AbstractSelectionKeyTest.java | 60 public Selector selector() { in selector() method in AbstractSelectionKeyTest.MockSelectionKey
|
D | AbstractSelectableChannelTest.java | 128 Selector selector = Selector.open(); in test_register_LSelectorILObject() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SelectionKeyTest.java | 34 Selector selector; field in SelectionKeyTest 89 public Selector selector() { in selector() method in SelectionKeyTest.MockSelectionKey
|
D | SelectorTest.java | 44 private Selector selector; field in SelectorTest
|
/libcore/luni/src/test/java/libcore/java/security/ |
D | ProviderTest.java | 848 public Collection<? extends Certificate> engineGetCertificates(CertSelector selector) in engineGetCertificates() 854 public Collection<? extends CRL> engineGetCRLs(CRLSelector selector) in engineGetCRLs() 867 public Collection<? extends Certificate> engineGetCertificates(CertSelector selector) in engineGetCertificates() 873 public Collection<? extends CRL> engineGetCRLs(CRLSelector selector) in engineGetCRLs() 886 public Collection<? extends Certificate> engineGetCertificates(CertSelector selector) in engineGetCertificates() 892 public Collection<? extends CRL> engineGetCRLs(CRLSelector selector) in engineGetCRLs()
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SelectionKey.java | 134 public abstract Selector selector(); in selector() method in SelectionKey
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLSocket.java | 1557 BiFunction<SSLSocket, List<String>, String> selector) { in setHandshakeApplicationProtocolSelector() argument
|
D | SSLEngine.java | 2056 BiFunction<SSLEngine, List<String>, String> selector) { in setHandshakeApplicationProtocolSelector() argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ProxySelectorTest.java | 61 private ProxySelector selector = ProxySelector.getDefault(); field in ProxySelectorTest
|