Keystore

mill.androidlib.keytool.Keystore
object Keystore

Attributes

Source
Keystore.scala
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

Attributes

Source
Keystore.scala
def createKeystore(ksType: String): KeyStore

Attributes

Source
Keystore.scala
def getKey(ks: KeyStore, alias: String, password: String): Option[Key]

Attributes

Source
Keystore.scala
def listAliases(ks: KeyStore): List[String]

Attributes

Source
Keystore.scala
def loadKeystore(filePath: String, password: String, ksType: String): KeyStore

Attributes

Source
Keystore.scala
def saveEmptyKeystore(filePath: String, password: String, ksType: String): Unit

Attributes

Source
Keystore.scala
def saveKeystore(ks: KeyStore, filePath: String, password: String): Unit

Attributes

Source
Keystore.scala
def saveKeystore(ks: KeyStore, filePath: Path, password: String): Unit

Attributes

Source
Keystore.scala