Stay organized with collections
Save and categorize content based on your preferences.
HashingAlgorithm
annotation class HashingAlgorithm
Summary
Constants
SHA256
const val SHA256: Int
Value: 0
UNKNOWN
const val UNKNOWN: Int
Value: -1
Public constructors
<init>
HashingAlgorithm()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[],["The `HashingAlgorithm` annotation class defines constants for hashing algorithms. `SHA256`, represented by the integer value 0, and `UNKNOWN`, represented by -1, are the defined constants. The class also contains a public constructor, `HashingAlgorithm()`, for instantiation. It is part of `com.google.android.gms.dtdi.core.AccountInfo`. No parameters or actions other than definition are provided.\n"],null,[]]