Skip to main content

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

MemberDescription
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

ParameterDescription
filePOAn XML policy file object.

Exceptions

ExceptionDescription
TEAgentExceptionif 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

ParameterDescription
strXMLA string representing an XML policy file.

Exceptions

ExceptionDescription
TEAgentExceptionif the request cannot be completed on the connection, or the Key Service returns an error for it (delivered as a TEServerException).