Packages

package tlsMod

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Certificate extends Object with StObject
    Annotations
    @JSType() @native()
  2. trait CipherNameAndProtocol extends Object with StObject
    Annotations
    @JSType() @native()
  3. trait CommonConnectionOptions extends Object with StObject
    Annotations
    @JSType() @native()
  4. trait DetailedPeerCertificate extends Object with StObject with PeerCertificate
    Annotations
    @JSType() @native()
  5. trait EphemeralKeyInfo extends Object with StObject
    Annotations
    @JSType() @native()
  6. trait KeyObject extends Object with StObject
    Annotations
    @JSType() @native()
  7. trait PeerCertificate extends Object with StObject
    Annotations
    @JSType() @native()
  8. trait PxfObject extends Object with StObject
    Annotations
    @JSType() @native()
  9. trait SecureContext extends Object with StObject
    Annotations
    @JSType() @native()
  10. trait SecureContextOptions extends Object with StObject
    Annotations
    @JSType() @native()
  11. trait SecureVersion extends Object with StObject
    Annotations
    @JSType()
  12. class TLSSocket extends Object with StObject

    Performs transparent encryption of written data and all required TLS negotiation.

    Performs transparent encryption of written data and all required TLS negotiation.

    Instances of tls.TLSSocket implement the duplex Stream interface.

    Methods that return TLS connection metadata (e.g.TLSSocket.getPeerCertificate will only return data while the connection is open.

    Annotations
    @JSType() @JSImport("tls", "TLSSocket") @native()
    Since

    v0.11.4

  13. trait TLSSocketOptions extends Object with StObject with SecureContextOptions with CommonConnectionOptions
    Annotations
    @JSType() @native()
  14. trait TlsOptions extends Object with StObject with SecureContextOptions with CommonConnectionOptions with ServerOpts
    Annotations
    @JSType() @native()

Value Members

  1. object Certificate
  2. object CipherNameAndProtocol
  3. object CommonConnectionOptions
  4. object DetailedPeerCertificate
  5. object EphemeralKeyInfo
  6. object KeyObject
  7. object PeerCertificate
  8. object PxfObject
  9. object SecureContext
  10. object SecureContextOptions
  11. object SecureVersion
  12. object TLSSocketOptions
  13. object TlsOptions
  14. object ^ extends Object with StObject
    Annotations
    @JSImport("tls", JSImport.Namespace) @native()

Ungrouped