public static class ApkSigner.SignerConfig extends Object
Use ApkSigner.SignerConfig.Builder to obtain configuration instances.
| Modifier and Type | Class and Description |
|---|---|
static class |
ApkSigner.SignerConfig.Builder
Builder of
ApkSigner.SignerConfig instances. |
| Modifier and Type | Method and Description |
|---|---|
List<X509Certificate> |
getCertificates()
Returns the certificate(s) of this signer.
|
String |
getName()
Returns the name of this signer.
|
PrivateKey |
getPrivateKey()
Returns the signing key of this signer.
|
public String getName()
public PrivateKey getPrivateKey()
public List<X509Certificate> getCertificates()
Copyright © 2016. All rights reserved.