Keystore

mill.androidlib.keytool.Keystore
object Keystore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Keystore.type

Members list

Value members

Concrete methods

def addKeyPair(ks: KeyStore, alias: String, keyPair: KeyPair, dname: String, password: String, validity: FiniteDuration): Unit
def createKeystore(ksType: String): KeyStore
def getKey(ks: KeyStore, alias: String, password: String): Option[Key]
def listAliases(ks: KeyStore): List[String]
def loadKeystore(filePath: String, password: String, ksType: String): KeyStore
def saveEmptyKeystore(filePath: String, password: String, ksType: String): Unit
def saveKeystore(ks: KeyStore, filePath: String, password: String): Unit
def saveKeystore(ks: KeyStore, filePath: Path, password: String): Unit