com.eruces.teagent.ResultSetPolicy
The ResultSetPolicy class maintains the cryptographic policy applied to recordsets.
Since: 1.0
© Pi Soft, 2018-2026 · Tricryption Engine 8.1
Public Member Functions
| Member | Description |
|---|---|
ResultSetPolicy(File filePO) | The ResultSetPolicy constructor accepts a virtual policy file object. |
ResultSetPolicy(String strXML) | The ResultSetPolicy constructor accepts an XML logical policy string. |
Member Function Documentation
ResultSetPolicy(File filePO)
The ResultSetPolicy constructor accepts a virtual policy file object.
Parameters
| Parameter | Description |
|---|---|
filePO | An XML policy file object. |
Exceptions
| Exception | Description |
|---|---|
TEAgentException | if the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException). |
ResultSetPolicy(String strXML)
The ResultSetPolicy constructor accepts an XML logical policy string.
Parameters
| Parameter | Description |
|---|---|
strXML | A string representing an XML policy file. |
Exceptions
| Exception | Description |
|---|---|
TEAgentException | if the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException). |