|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidSignatureException | |
org.csapi.jr.se.fw.fw_access.trust_and_security | Contains the Parlay Framework Access Session Trust and Secruity Management interfaces. |
org.csapi.jr.se.fw.fw_application.service_agreement | Contains the Parlay Framework-to-Application Service Agreement Management interfaces. |
Uses of InvalidSignatureException in org.csapi.jr.se.fw.fw_access.trust_and_security |
Methods in org.csapi.jr.se.fw.fw_access.trust_and_security that throw InvalidSignatureException | |
void |
ClientAccess.terminateAccess(java.lang.String terminationText,
java.lang.String signingAlgorithm,
byte[] digitalSignature)
The terminateAccess operation is used by the framework to end the client's access session. |
void |
Access.terminateAccess(java.lang.String terminationText,
byte[] digitalSignature)
The terminateAccess method is used by the client to request that its access session with the framework is ended. |
void |
Access.relinquishInterface(java.lang.String interfaceName,
java.lang.String terminationText,
byte[] digitalSignature)
The client uses this method to release an instance of a framework interface that was obtained during this access session. |
Uses of InvalidSignatureException in org.csapi.jr.se.fw.fw_application.service_agreement |
Methods in org.csapi.jr.se.fw.fw_application.service_agreement that throw InvalidSignatureException | |
void |
AppServiceAgreementManagement.terminateServiceAgreement(java.lang.String serviceToken,
java.lang.String terminationText,
byte[] digitalSignature)
This method is used by the framework to terminate an agreement for the service. |
void |
ServiceAgreementManagement.terminateServiceAgreement(java.lang.String serviceToken,
java.lang.String terminationText,
byte[] digitalSignature)
This method is used by the client application to terminate an agreement for the service. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |