Searched refs:ks (Results 1 – 5 of 5) sorted by relevance
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | SignerParams.java | 198 KeyStore ks; in loadPrivateKeyAndCertsFromKeyStore() local 201 ks = KeyStore.getInstance(ksType, keystoreProviderName); in loadPrivateKeyAndCertsFromKeyStore() 229 ks = KeyStore.getInstance(ksType, ksProvider); in loadPrivateKeyAndCertsFromKeyStore() 232 ks = KeyStore.getInstance(ksType); in loadPrivateKeyAndCertsFromKeyStore() 249 ks, "NONE".equals(keystoreFile) ? null : keystoreFile, keystorePasswords); in loadPrivateKeyAndCertsFromKeyStore() 259 Enumeration<String> aliases = ks.aliases(); in loadPrivateKeyAndCertsFromKeyStore() 263 if (ks.isKeyEntry(entryAlias)) { in loadPrivateKeyAndCertsFromKeyStore() 283 if (!ks.isKeyEntry(keyAlias)) { in loadPrivateKeyAndCertsFromKeyStore() 297 entryKey = getKeyStoreKey(ks, keyAlias, keyPasswords); in loadPrivateKeyAndCertsFromKeyStore() 304 entryKey = getKeyStoreKey(ks, keyAlias, keystorePasswords); in loadPrivateKeyAndCertsFromKeyStore() [all …]
|
D | help_sign.txt | 142 KeyStore (see --ks), or (2) private key file in PKCS #8 format and certificate 145 --ks Load private key and certificate chain from the Java 150 --ks-key-alias Alias under which the private key and certificate are 154 --ks-pass KeyStore password (see --ks). The following formats are 211 --ks-type Type/algorithm of KeyStore to use. By default, the default 214 --ks-provider-name Name of the JCA Provider from which to request the 216 provider is used. See --ks-provider-class for the 219 --ks-provider-class Fully-qualified class name of the JCA Provider from which 221 provider is chosen based on --ks-provider-name. 223 --ks-provider-arg Value to pass into the constructor of the JCA Provider [all …]
|
D | help_rotate.txt | 38 KeyStore (see --ks), or (2) private key file in PKCS #8 format and certificate 58 --ks Load private key and certificate chain from the Java 63 --ks-key-alias Alias under which the private key and certificate are 67 --ks-pass KeyStore password (see --ks). The following formats are 124 --ks-type Type/algorithm of KeyStore to use. By default, the default 127 --ks-provider-name Name of the JCA Provider from which to request the 129 provider is used. See --ks-provider-class for the 132 --ks-provider-class Fully-qualified class name of the JCA Provider from which 134 provider is chosen based on --ks-provider-name. 136 --ks-provider-arg Value to pass into the constructor of the JCA Provider [all …]
|
D | help_lineage.txt | 40 the signer's private key and certificate: (1) Java KeyStore (see --ks), or 52 --ks Load private key and certificate chain from the Java 57 --ks-key-alias Alias under which the private key and certificate are 61 --ks-pass KeyStore password (see --ks). The following formats are 118 --ks-type Type/algorithm of KeyStore to use. By default, the default 121 --ks-provider-name Name of the JCA Provider from which to request the 123 provider is used. See --ks-provider-class for the 126 --ks-provider-class Fully-qualified class name of the JCA Provider from which 128 provider is chosen based on --ks-provider-name. 130 --ks-provider-arg Value to pass into the constructor of the JCA Provider [all …]
|
D | help.txt | 6 apksigner sign --ks release.jks app.apk
|