| java.lang.Object | |
| ↳ | com.google.firebase.projectmanagement.ShaCertificate |
Information about an SHA certificate associated with an Android app.
| 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
| |||||||||||
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.
| shaHash | SHA hash of the certificate |
|---|
ShaCertificate instance
Returns the fully qualified resource name of this SHA certificate.
Returns the hash of this SHA certificate.