com.android.sdklib.build
Class ApkBuilder.SigningInfo

java.lang.Object
  extended by com.android.sdklib.build.ApkBuilder.SigningInfo
Enclosing class:
ApkBuilder

public static final class ApkBuilder.SigningInfo
extends java.lang.Object

Signing information. Both the PrivateKey and the X509Certificate are guaranteed to be non-null.


Field Summary
 java.security.cert.X509Certificate certificate
           
 java.security.PrivateKey key
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public final java.security.PrivateKey key

certificate

public final java.security.cert.X509Certificate certificate