Package | Description |
---|---|
com.google.api.services.digitalassetlinks.v1.model |
Modifier and Type | Method and Description |
---|---|
CertificateInfo |
CertificateInfo.clone() |
CertificateInfo |
AndroidAppAsset.getCertificate()
Because there is no global enforcement of package name uniqueness, we also require a signing
certificate, which in combination with the package name uniquely identifies an app.
|
CertificateInfo |
CertificateInfo.set(String fieldName,
Object value) |
CertificateInfo |
CertificateInfo.setSha256Fingerprint(String sha256Fingerprint)
The uppercase SHA-265 fingerprint of the certificate.
|
Modifier and Type | Method and Description |
---|---|
AndroidAppAsset |
AndroidAppAsset.setCertificate(CertificateInfo certificate)
Because there is no global enforcement of package name uniqueness, we also require a signing
certificate, which in combination with the package name uniquely identifies an app.
|
Copyright © 2011–2022 Google. All rights reserved.