TLSUtils

com.malliina.push.TLSUtils$
object TLSUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def buildSSLContext(keyStore: KeyStore, keyStorePass: String): SSLContext
def keyStoreFromFile(file: Path, keyStorePass: String, storeType: String): Try[KeyStore]
def loadContext(file: Path, keyStorePass: String, storeType: String): Try[SSLContext]

Concrete fields

val jks: String