java.lang.Object | |
↳ | com.samsung.android.knox.keystore.CCMProfile |
Deprecated in API level 33
This class defines profile to setup Client Certificate Manager token. Access
to the token can be controlled using this class. See also
ClientCertificateManager
.
API level 12 |
KNOX 2.1 |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CCMProfile.AccessControlMethod | Deprecated in API level 33 |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
accessControlMethod | Deprecated in API level 33 | ||||||||||
packageList | Deprecated in API level 33 | ||||||||||
whiteListAllPackages | Deprecated in API level 33 |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Deprecated
in API level 33
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Deprecated in API level 33
Access control method for allocated token. Default value is
Device/Container lock state - LOCK_STATE
.
API level 12 |
KNOX 2.1 |
Deprecated in API level 33
List of packages whitelisted to access the token. This list will not have
any impact if whiteListAllPackages
is set to true
.
API level 12 |
KNOX 2.1 |
Deprecated in API level 33
true
if all packages in the container are whitelisted to access the
token, false
otherwise.
API level 12 |
KNOX 2.1 |
Deprecated in API level 33
API level 12 |
KNOX 2.1 |