public class

ShaCertificate

extends Object
java.lang.Object
   ↳ com.google.firebase.projectmanagement.ShaCertificate

Class Overview

Information about an SHA certificate associated with an Android app.

Summary

Public Methods
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()
[Expand]
Inherited Methods
From class java.lang.Object

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 ()