ShaCertificate

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
String

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

public boolean equals (Object o)

public ShaCertificateType getCertType ()

Returns the type of this SHA certificate.

public String getName ()

Returns the fully qualified resource name of this SHA certificate.

public String getShaHash ()

Returns the hash of this SHA certificate.

public int hashCode ()

public String toString ()