Uses of Class
org.csapi.jr.se.fw.InvalidSigningAlgorithmException

Packages that use InvalidSigningAlgorithmException
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 InvalidSigningAlgorithmException 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 InvalidSigningAlgorithmException
 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.
 

Uses of InvalidSigningAlgorithmException in org.csapi.jr.se.fw.fw_application.service_agreement
 

Methods in org.csapi.jr.se.fw.fw_application.service_agreement that throw InvalidSigningAlgorithmException
 byte[] AppServiceAgreementManagement.signServiceAgreement(java.lang.String serviceToken, java.lang.String agreementText, java.lang.String signingAlgorithm)
          Upon receipt of the initiateSignServiceAgrement() method from the client application, this method is used by the framework to request that the client application sign an agreement on the service.
 org.csapi.jr.se.fw.SignatureAndServiceMgr ServiceAgreementManagement.signServiceAgreement(java.lang.String serviceToken, java.lang.String agreementText, java.lang.String signingAlgorithm)
          After the framework has called signServiceAgreement() on the application's IpAppServiceAgreementManagement interface, this method is used by the client application to request that the framework sign the service agreement, which allows the client application to use the service.