public class SecureContextOptions extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Object> |
ca |
Objs.Property<Object> |
cert |
Objs.Property<String> |
ciphers |
Objs.Property<Object> |
crl |
Objs.Property<Boolean> |
honorCipherOrder |
Objs.Property<Object> |
key |
Objs.Property<String> |
passphrase |
Objs.Property<Object> |
pfx |
Modifier | Constructor and Description |
---|---|
protected |
SecureContextOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static SecureContextOptions |
$as(Object obj) |
String |
ciphers() |
Boolean |
honorCipherOrder() |
String |
passphrase() |
$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, valueOf
public Objs.Property<Object> pfx
public Objs.Property<Object> key
public Objs.Property<String> passphrase
public Objs.Property<Object> cert
public Objs.Property<Object> ca
public Objs.Property<Object> crl
public Objs.Property<String> ciphers
public Objs.Property<Boolean> honorCipherOrder
protected SecureContextOptions(Objs.Constructor<?> c, Object js)
public static SecureContextOptions $as(Object obj)
public String passphrase()
public String ciphers()
public Boolean honorCipherOrder()
Copyright © 2018. All rights reserved.