Package com.android.builder.signing

Interface Summary
SignedJarBuilder.IZipEntryFilter Classes which implement this interface provides a method to check whether a file should be added to a Jar file.
 

Class Summary
CertificateInfo Signing information.
DefaultSigningConfig SigningConfig encapsulates the information necessary to access certificates in a keystore file that can be used to sign APKs.
KeystoreHelper A Helper to create and read keystore/keys.
SignedJarBuilder A Jar file builder with signature support.
 

Exception Summary
KeytoolException  
SignedJarBuilder.IZipEntryFilter.ZipAbortException An exception thrown during packaging of a zip file into APK file.
SigningException