Since: API level 12
public static final enum

CSRProfile.ProfileType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.samsung.android.knox.keystore.CSRProfile.ProfileType

Class Overview

Certificate enrollment protocol types

Since
API level 12
KNOX 2.1

Summary

Enum Values
CSRProfile.ProfileType  CMC  Certificate Management over CMS. 
CSRProfile.ProfileType  CMP  Certificate Management Protocol 
CSRProfile.ProfileType  PROPRIETARY  Enterprise prorietary certificate enrollment protocol 
CSRProfile.ProfileType  SCEP  Simple Certificate Enrollment Protocol 
Public Methods
static CSRProfile.ProfileType valueOf(String name)
final static ProfileType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CSRProfile.ProfileType CMC

Since: API level

Certificate Management over CMS. CMC-Enrollment over Secure Transport (EST) is supported.

Since
API level 12
KNOX 2.1

public static final CSRProfile.ProfileType CMP

Since: API level

Certificate Management Protocol

Since
API level 12
KNOX 2.1

public static final CSRProfile.ProfileType PROPRIETARY

Since: API level

Enterprise prorietary certificate enrollment protocol

Since
API level 12
KNOX 2.1

public static final CSRProfile.ProfileType SCEP

Since: API level

Simple Certificate Enrollment Protocol

Since
API level 12
KNOX 2.1

Public Methods

public static CSRProfile.ProfileType valueOf (String name)

Since: API level 28

public static final ProfileType[] values ()

Since: API level 28