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."],[[["\u003cp\u003e\u003ccode\u003eHashingAlgorithm\u003c/code\u003e is an annotation class likely used for specifying hashing algorithms.\u003c/p\u003e\n"],["\u003cp\u003eIt defines two constants: \u003ccode\u003eSHA256\u003c/code\u003e with a value of 0 and \u003ccode\u003eUNKNOWN\u003c/code\u003e with a value of -1, which represent different hashing algorithm options.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a public constructor with no parameters, allowing for instantiation of the annotation.\u003c/p\u003e\n"]]],["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,["# AccountInfo.HashingAlgorithm\n\nHashingAlgorithm\n================\n\n```\nannotation class HashingAlgorithm\n```\n\n|--------------------------------------------------------------------|\n| [com.google.android.gms.dtdi.core.AccountInfo.HashingAlgorithm](#) |\n\nSummary\n-------\n\n| ### Constants ||\n|----------------------------------------------------------------------------------|-------------------------------------------------|\n| const [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [SHA256](#Companion.SHA256:kotlin.Int) \u003cbr /\u003e |\n| const [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [UNKNOWN](#Companion.UNKNOWN:kotlin.Int) \u003cbr /\u003e |\n\n| ### Public constructors ||\n|------------------------------------|---|\n| [\u003cinit\u003e](#%3Cinit%3E())`()` \u003cbr /\u003e |\n\nConstants\n---------\n\n### SHA256\n\n```\nconst val SHA256: Int\n``` \n\n Value: 0\n\n### UNKNOWN\n\n```\nconst val UNKNOWN: Int\n``` \n\n Value: -1\n\nPublic constructors\n-------------------\n\n### \\\u003cinit\\\u003e\n\n```\nHashingAlgorithm()\n```"]]