mill-libs-androidlib-keytool
mill-libs-androidlib-keytool
API
mill.androidlib.keytool
CertUtil
Keystore
Keytool
FiniteDurationReader
PathRead
RSAKeyGen
mill-libs-androidlib-keytool
/
mill.androidlib.keytool
/
Keystore
Keystore
mill.androidlib.keytool.Keystore
object
Keystore
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Keystore
.
type
Members list
Clear all
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
In this article
Attributes
Members list
Value members
Concrete methods