public class

CCMProfile

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.keystore.CCMProfile

Deprecated in API level 33

Class Overview

This class defines profile to setup Client Certificate Manager token. Access to the token can be controlled using this class. See also ClientCertificateManager.

Since
API level 12
KNOX 2.1

Summary

Nested Classes
enum CCMProfile.AccessControlMethod Deprecated in API level 33  
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public CCMProfile.AccessControlMethod accessControlMethod Deprecated in API level 33
public List<String> packageList Deprecated in API level 33
public boolean whiteListAllPackages Deprecated in API level 33
Public Constructors
CCMProfile()
Deprecated in API level 33
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public CCMProfile.AccessControlMethod accessControlMethod

Since: API level 12

Deprecated in API level 33

Access control method for allocated token. Default value is Device/Container lock state - LOCK_STATE.

Since
API level 12
KNOX 2.1

public List<String> packageList

Since: API level 12

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.

Since
API level 12
KNOX 2.1

public boolean whiteListAllPackages

Since: API level 12

Deprecated in API level 33

true if all packages in the container are whitelisted to access the token, false otherwise.

Since
API level 12
KNOX 2.1

Public Constructors

public CCMProfile ()

Since: API level 12

Deprecated in API level 33

Since
API level 12
KNOX 2.1