java.lang.Object |
↳ |
com.samsung.android.knox.zt.devicetrust.cert.CertProvisioningManager |
Class Overview
This class provides APIs related to Knox Zero Trust Cert Provisioning
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
CertProvisioningManager
()
Public Methods
Get the CertProvisioningManager instance to use for the supplied Context object
Parameters
context
| context of the application or service using this class |
Parameters
provisionProfile
| profile for certificate provisioning |
listener
| listener to receive cert provisioning status |
Returns
- zero if successful, non-zero otherwise
Throws
KnoxZtException
| In case of failure due to permission or wrong argument reasons |
Permission
The use of this API requires the caller to have the
"com.samsung.android.knox.permission.KNOX_CERT_PROVISIONING" permission which has a protection level of signature.
And caller should be a DO, WPC or KSP. |