trait ScalaSessionAPI extends AnyRef
- Alphabetic
- By Inheritance
- ScalaSessionAPI
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def session: SSLSession
The underlying javax.net.ssl.SSLSession.
Concrete Value Members
- def localCertificates: List[Certificate]
Scala API: Extract the certificates that were actually used by this engine during this session’s negotiation.
Scala API: Extract the certificates that were actually used by this engine during this session’s negotiation. The list is empty if no certificates were used.
- def localPrincipal: [Principal]
Scala API: Extract the Principal that was actually used by this engine during this session’s negotiation.
- def peerCertificates: List[Certificate]
Scala API: Extract the certificates that were used by the peer engine during this session’s negotiation.
Scala API: Extract the certificates that were used by the peer engine during this session’s negotiation. The list is empty if no certificates were used.
- def peerPrincipal: [Principal]
Scala API: Extract the Principal that the peer engine presented during this session’s negotiation.
Allows access to an SSLSession with Scala types