com.eruces.teadmin.CodeSigningAdmin
The CodeSigningAdmin class manages code signing.
Inheritance
- Inherits com.eruces.teagent.IConnection
Public Member Functions
| Member | Description |
|---|---|
CodeSigningAdmin() | |
CodeSigningInfo register(CodeSigningInfo info) | |
CodeSigningInfo[] getSignedCodeList() | |
void removeSignedCode(CodeSigningInfo info) | Only take ID or jar name to remove an entry. |
void verifySignedCode(CodeSigningInfo info) |
Member Function Documentation
void removeSignedCode(CodeSigningInfo info)
Only take ID or jar name to remove an entry.
Parameters
| Parameter | Description |
|---|---|
info | A CodeSigningInfo object representing the object to be removed. |