public static class ApkSigner.SignerConfig
extends java.lang.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 |
|---|---|
java.util.List<java.security.cert.X509Certificate> |
getCertificates()
Returns the certificate(s) of this signer.
|
java.lang.String |
getName()
Returns the name of this signer.
|
java.security.PrivateKey |
getPrivateKey()
Returns the signing key of this signer.
|
public java.lang.String getName()
public java.security.PrivateKey getPrivateKey()
public java.util.List<java.security.cert.X509Certificate> getCertificates()