SecurityHelper

class Object
trait Matchable
class Any

Value members

Concrete methods

def createKeyStore(user: String, clientCertificates: List[X509Certificate], clientPrivateKey: PrivateKey, password: Option[String]): KeyStore
def createTrustStore(apiServerCerts: List[X509Certificate]): KeyStore
def getCertificates(from: PathOrData): List[X509Certificate]
def getPrivateKey(from: PathOrData): PrivateKey
def readCertificates(is: InputStream): List[X509Certificate]
def readPrivateKey(is: InputStream): PrivateKey