public class TlsOptions
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Object> |
ca |
net.java.html.lib.Objs.Property<Object> |
cert |
net.java.html.lib.Objs.Property<String> |
ciphers |
net.java.html.lib.Objs.Property<Object> |
crl |
net.java.html.lib.Objs.Property<Object> |
honorCipherOrder |
net.java.html.lib.Objs.Property<String> |
host |
net.java.html.lib.Objs.Property<Object> |
key |
net.java.html.lib.Objs.Property<Object> |
NPNProtocols |
net.java.html.lib.Objs.Property<String> |
passphrase |
net.java.html.lib.Objs.Property<Object> |
pfx |
net.java.html.lib.Objs.Property<Number> |
port |
net.java.html.lib.Objs.Property<Boolean> |
rejectUnauthorized |
net.java.html.lib.Objs.Property<Boolean> |
requestCert |
net.java.html.lib.Objs.Property<net.java.html.lib.Function.A1<? super String,? extends Object>> |
SNICallback |
| Modifier | Constructor and Description |
|---|---|
protected |
TlsOptions(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static TlsOptions |
$as(Object obj) |
String |
ciphers() |
String |
host() |
String |
passphrase() |
Number |
port() |
Boolean |
rejectUnauthorized() |
Boolean |
requestCert() |
net.java.html.lib.Function.A1<? super String,? extends Object> |
SNICallback() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<String> host
public net.java.html.lib.Objs.Property<Number> port
public net.java.html.lib.Objs.Property<Object> pfx
public net.java.html.lib.Objs.Property<Object> key
public net.java.html.lib.Objs.Property<String> passphrase
public net.java.html.lib.Objs.Property<Object> cert
public net.java.html.lib.Objs.Property<Object> ca
public net.java.html.lib.Objs.Property<Object> crl
public net.java.html.lib.Objs.Property<String> ciphers
public net.java.html.lib.Objs.Property<Object> honorCipherOrder
public net.java.html.lib.Objs.Property<Boolean> requestCert
public net.java.html.lib.Objs.Property<Boolean> rejectUnauthorized
public net.java.html.lib.Objs.Property<Object> NPNProtocols
protected TlsOptions(net.java.html.lib.Objs.Constructor<?> c,
Object js)
Copyright © 2016. All rights reserved.