|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.build.ApkBuilder.SigningInfo
public static final class ApkBuilder.SigningInfo
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 |
---|
public final java.security.PrivateKey key
public final java.security.cert.X509Certificate certificate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |