public class
ShaCertificate
extends Object
Information about an SHA certificate associated with an Android app.
Public Method Summary
| static ShaCertificate |
create(String shaHash)
Creates an
ShaCertificate from the given certificate hash. |
| boolean |
equals(Object o)
|
| ShaCertificateType |
getCertType()
Returns the type of this SHA certificate.
|
| String |
getName()
Returns the fully qualified resource name of this SHA certificate.
|
| String |
getShaHash()
Returns the hash of this SHA certificate.
|
| int |
hashCode()
|
| String |
toString()
|
Inherited Method Summary
Public Methods
public static ShaCertificate create (String shaHash)
Creates an ShaCertificate from the given certificate hash.
The fully qualified resource name of this certificate will be set to the empty string since it has not been generated yet.
Parameters
| shaHash | SHA hash of the certificate |
|---|
Returns
- a new
ShaCertificateinstance
public boolean equals (Object o)
public String getName ()
Returns the fully qualified resource name of this SHA certificate.
public String getShaHash ()
Returns the hash of this SHA certificate.