Since: API level 20
public class

CredentialStorage

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

Class Overview

This class defines Credential Storage Plugin

Since
API level 20
KNOX 2.7

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public Bundle bundle Bundle information related to Storage
public String manufacturer Name of manufacturer
public String name Name of Storage.
public String packageName Package Name of storage
public String signature Signature of an Application
Public Constructors
CredentialStorage()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public Bundle bundle

Since: API level 20

Bundle information related to Storage

Since
API level 20
KNOX 2.7

public String manufacturer

Since: API level 20

Name of manufacturer

Since
API level 20
KNOX 2.7

public String name

Since: API level 20

Name of Storage. This field is unique identifier for storage. It's combination of plugin package name and id attribute defined in plugin xml.

Since
API level 20
KNOX 2.7

public String packageName

Since: API level 20

Package Name of storage

Since
API level 20
KNOX 2.7

public String signature

Since: API level 20

Signature of an Application

Since
API level 20
KNOX 2.7

Public Constructors

public CredentialStorage ()

Since: API level 20