Since: API level 20
public class

CACertificateInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.samsung.android.knox.ucm.configurator.CACertificateInfo

Class Overview

This class will be used for sending security info data across processes

Since
API level 20
KNOX 2.7

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public Bundle bundle Extra data related to Certificate.
public byte[] certificate stores CA public certificate info
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public Bundle bundle

Since: API level 20

Extra data related to Certificate.

Since
API level 20
KNOX 2.7

public byte[] certificate

Since: API level 20

stores CA public certificate info

Since
API level 20
KNOX 2.7