Decline PCTransaction
PCUser object
object PCTransaction to be declined
Rutoken password
Get transaction data from PCSDK Server and return PCTransaction
PCTransaction object
This method is used for transactions which contain binary data. Before calling this method you are supposed to check whether transaction has binary data by invoking PCTransaction#hasBinaryData first. After downloading binary data, the PCTransaction object will be filled with binary data. You can access it through PCTransaction#getStoredBinaryData method. Calling this method when binary data is already available is not considered to be an error. In this case the method returns a blob of the corresponding mime type.
PCUser object
object PCTransaction for which binary data needs to be downloaded
blob of the corresponding mime type.
Sing (confirm) PCTransaction
PCUser object
object PCTransaction to be signed
Rutoken password
PCSDK Transactions Manager