Skip navigation links
A B C D E F G H I L O P R S T V 

S

setAuthData(Object) - Method in class tech.paycon.sdk.v5.PCExtendedAuth
Set Extended Authentication data (e.g. photo, codeword)
setCallbacksInvokedInMainThread(boolean) - Method in class tech.paycon.sdk.v5.PCSDK
Defines whether the callbacks passed to various methods which involve interaction with server should be invoked in main thread or not.
setCodeExpirationInterval(PCUser.PCCodeType, int) - Method in class tech.paycon.sdk.v5.PCUser
Set generated signatures and codes expiration interval
By default - 180 seconds
setConfirmation(PCConfirmation) - Method in class tech.paycon.sdk.v5.PCConfirmationResult
Sets confirmation result
setDeclination(PCDeclination) - Method in class tech.paycon.sdk.v5.PCDeclinationResult
Sets declination result
setEncodedCodeword(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the encoded codeword which will be decoded with the password, provided by the user when calling PCUserRestore.restoreBackup(PCUserBackupData, String, PCRestoreCallback)
setExternalUrl(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the URL for communication with PCServer
setFixedApiVersion(boolean) - Method in class tech.paycon.sdk.v5.PCSDK
Determines whether the API version for a particular PCUser is fixed once it has been discovered.
setHandlesBackgroundTimeout(int) - Method in class tech.paycon.sdk.v5.PCSDK
Defines maximum period (in milliseconds), during which handles for private keys will be kept while the app in the background.
setLogLevel(int) - Method in class tech.paycon.sdk.v5.PCSDK
Set PCSDK SDK log level
setSignature(String) - Method in class tech.paycon.sdk.v5.PCConfirmation
 
setSystemId(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the ID of the system for user supposed to be backed up
setUserId(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the ID of the user supposed to be backed up
setUserName(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the name of the key
sign(PCUser, PCTransaction, PCSignCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
Sing (confirm) transaction
sign(PCUser, PCTransaction, PCExtendedAuth, PCSignCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
Sign (confirm) transaction with Extended authentication
sign(PCUser, List<PCTransaction>, PCKeysProcessor, PCMultipleConfirmationCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
 
sign(PCUser, List<PCTransaction>, PCKeysProcessor, PCExtendedAuth, PCMultipleConfirmationCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
 
signOffline(PCUser, PCTransaction) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
Sign in offline-mode
store(PCUser, String, String) - Static method in class tech.paycon.sdk.v5.PCUsersManager
Store / Update User object in storage
User's keys are stored in encrypted state with provided password
isReadyToSign must be true
If User exists in the storage, then record will be updated
In this case keyName, storePassword are optional
submitPassword(PCUser, String) - Static method in class tech.paycon.sdk.v5.PCUsersManager
Submit password for the User, extracted from storage
switches isReadyToSign to true value
success(PCLogin) - Method in interface tech.paycon.sdk.v5.PCLogin.GetLoginDataCallback
Called when JSON is parsed successfully and PCLogin object is constructed for further usage
success(PCTransaction) - Method in interface tech.paycon.sdk.v5.PCLogin.GetLoginTransactionCallback
Called when transaction for given user is created successfully and user can login.
success() - Method in interface tech.paycon.sdk.v5.utils.PCAutoSignerCallback
Invoked when AutoSigner is successfully attached to target PCUser
success() - Method in interface tech.paycon.sdk.v5.utils.PCCallback
Success method execution
success() - Method in interface tech.paycon.sdk.v5.utils.PCDeclineCallback
Invoked when transaction is declined successfully
success() - Method in interface tech.paycon.sdk.v5.utils.PCGeneralCallback
Invoked upon any successful result when no value must be returned
success(PCCertificateInfo) - Method in interface tech.paycon.sdk.v5.utils.PCGetCertificateInfoCallback
Invoked when certificate info is successfully extracted
success(PCOperation) - Method in interface tech.paycon.sdk.v5.utils.PCGetOperationCallback
Invoked when operation data is successfully downloaded
success(byte[]) - Method in interface tech.paycon.sdk.v5.utils.PCGetPublicKeyCallback
Called when key pair is ready to be used
success(PCTransaction) - Method in interface tech.paycon.sdk.v5.utils.PCGetTransactionBinaryDataCallback
Invoked when binary data is successfully acquired.
success(PCTransaction) - Method in interface tech.paycon.sdk.v5.utils.PCGetTransactionCallback
Invoked when transaction data is successfully downloaded
success(String[]) - Method in interface tech.paycon.sdk.v5.utils.PCListOperationsCallback
Invoked when the list of operations is successfully acquired
success(String[]) - Method in interface tech.paycon.sdk.v5.utils.PCListTransactionsCallback
Invoked when the list of transactions is successfully acquired
success() - Method in interface tech.paycon.sdk.v5.utils.PCLoginCallback
 
success() - Method in interface tech.paycon.sdk.v5.utils.PCNetCallback
Invoked upon successful interaction with the server
success(PCUser) - Method in interface tech.paycon.sdk.v5.utils.PCRenewCallback
Called when key information has been successfully renewed
success(PCUser) - Method in interface tech.paycon.sdk.v5.utils.PCRestoreCallback
Invoked when user is successfully restored
success(PCUser.ExtendedAuthMethods) - Method in interface tech.paycon.sdk.v5.utils.PCRestoreMethodsCallback
Success method execution
success() - Method in interface tech.paycon.sdk.v5.utils.PCSignCallback
Invoked when transaction is signed successfully
success(PCUserBackupData) - Method in interface tech.paycon.sdk.v5.utils.PCUserBackupCallback
Invoked when set of backup data is successfully created and can be used to restore the user
suggestUsers() - Method in class tech.paycon.sdk.v5.PCLogin
Returns array of PCUser objects which can be used to log in with scanned QR
A B C D E F G H I L O P R S T V 
Skip navigation links