Pfx

fs2.io.net.tls.SecureContext.Pfx
final case class Pfx(buf: Either[Chunk[Byte], String], passphrase: Option[String])

Attributes

Source
SecureContext.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Pfx

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product