Searched defs:sel (Results 1 – 10 of 10) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | CertPathHelper.java | 57 protected abstract void implSetPathToNames(X509CertSelector sel, in implSetPathToNames() 60 protected abstract void implSetDateAndTime(X509CRLSelector sel, Date date, long skew); in implSetDateAndTime() 62 static void setPathToNames(X509CertSelector sel, in setPathToNames() 67 public static void setDateAndTime(X509CRLSelector sel, Date date, long skew) { in setDateAndTime()
|
D | PKIX.java | 208 CertSelector sel = targetCertConstraints(); in checkParams() local 235 X509CertSelector sel) in getTargetSubject()
|
D | ForwardBuilder.java | 201 X509CertSelector sel = null; in getMatchingCACerts() local
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | SelectableChannel.java | 152 public abstract SelectionKey keyFor(Selector sel); in keyFor() 219 public abstract SelectionKey register(Selector sel, int ops, Object att) in register() 277 public final SelectionKey register(Selector sel, int ops) in register()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | CertPathHelperImpl.java | 58 protected void implSetPathToNames(X509CertSelector sel, in implSetPathToNames() 63 protected void implSetDateAndTime(X509CRLSelector sel, Date date, long skew) { in implSetDateAndTime()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SelectableChannelTest.java | 65 public SelectionKey keyFor(Selector sel) { in keyFor() 73 public SelectionKey register(Selector sel, int ops, Object att) in register()
|
/libcore/ojluni/src/main/java/java/nio/channels/spi/ |
D | AbstractSelectableChannel.java | 118 private SelectionKey findKey(Selector sel) { in findKey() 161 public final SelectionKey keyFor(Selector sel) { in keyFor() 191 public final SelectionKey register(Selector sel, int ops, in register()
|
/libcore/ojluni/src/test/java/security/cert/ |
D | AKISerialNumberTest.java | 123 X509CertSelector sel = new X509CertSelector(); in main() local
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SelectionKeyImpl.java | 50 SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) { in SelectionKeyImpl()
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
D | FtpURLConnection.java | 235 ProxySelector sel = java.security.AccessController.doPrivileged( in connect() local
|