java.lang.Object | |
↳ | com.samsung.android.knox.AppIdentity |
Generic class used for application package unique identity.
API level 17 |
MDM 5.5 |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get package name of the application
| |||||||||||
Get signature of the application
| |||||||||||
Set package name of the application
| |||||||||||
Set signature of the application
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
API level 17 |
MDM 5.5 |
API level 17 |
MDM 5.5 |
Get package name of the application
API level 17 |
MDM 5.5 |
Get signature of the application
API level 17 |
MDM 5.5 |
Set package name of the application
API level 17 |
MDM 5.5 |
Set signature of the application
Note: Application signature (one of the public keys application is signed with) is
optional by default unless explicitly mandated by respective KNOX feature who uses this
class. We recommend to pass application signature for application's unique identity.
API level 17 |
MDM 5.5 |