Added in API level 30
Deprecated in API level 10000

AccessControlProfileId


open class AccessControlProfileId
kotlin.Any
   ↳ android.security.identity.AccessControlProfileId

A class used to wrap an access control profile identifiers.

Summary

Public constructors

Constructs a new object holding a numerical identifier.

Public methods
open Int

Gets the numerical identifier wrapped by this object.

Public constructors

AccessControlProfileId

Added in API level 30
AccessControlProfileId(id: Int)

Deprecated: Use java.security.KeyStore with the Android hardware-backed keystore instead.

Constructs a new object holding a numerical identifier.

The identifier must be a non-negative number and less than 32.

Parameters
id Int: the identifier.

Public methods

getId

Added in API level 30
open fun getId(): Int

Deprecated: Use java.security.KeyStore with the Android hardware-backed keystore instead.

Gets the numerical identifier wrapped by this object.

Return
Int the identifier.