- getAssignedUserId() - Method in class tech.paycon.sdk.v5.PCAutoSigner
-
Returns ID of assigned user or null if no user is assigned
- getAutoSignTransactionList(PCUser, PCListTransactionsCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
-
Get list of transactions identifiers from PCSDK Server for transactions which can be signed
automatically
- getById(String) - Static method in class tech.paycon.sdk.v5.PCUsersManager
-
Returns user from storage by it's id
- getCodeExpirationInterval(PCUser.PCCodeType) - Method in class tech.paycon.sdk.v5.PCUser
-
Get generated signatures and codes expiration interval
By default - 180 seconds
- getConfirmationCodeLength() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get short confirmation code length for offline mode
- getConfirmCode() - Method in class tech.paycon.sdk.v5.PCConfirmation
-
Full confirmation code (symmetric) for online mode
- getDeclineCode() - Method in class tech.paycon.sdk.v5.PCDeclination
-
Full declanation code for online mode
- getDeclineReason() - Method in class tech.paycon.sdk.v5.PCDeclination
-
Decline reason
- getDownloadedBinaryData() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get transaction binary data
- getEncodedCodeword() - Method in class tech.paycon.sdk.v5.PCUserBackupData
-
- getExpirationDate() - Method in class tech.paycon.sdk.v5.PCUser
-
Get user's expiration date
- getExtAuthAvailableMethods() - Method in class tech.paycon.sdk.v5.PCUser
-
Get Extended authentication methods list for the User
- getExternalUrl() - Method in class tech.paycon.sdk.v5.PCUserBackupData
-
- getFingerPrint() - Static method in class tech.paycon.sdk.v5.PCUsersManager
-
Generate device fingerprint
- getHTTPCode() - Method in class tech.paycon.sdk.v5.utils.PCNetError
-
Get HTTP code from server's response
- getHttpCode() - Method in enum tech.paycon.sdk.v5.utils.PCNetError.ServiceError
-
- getHTTPPayload() - Method in class tech.paycon.sdk.v5.utils.PCNetError
-
Get HTTP Payload from PCSDK Server.
- getInstance() - Static method in class tech.paycon.sdk.v5.PCAutoSigner
-
- getMessage() - Method in class tech.paycon.sdk.v5.utils.PCError
-
Get error message
- getMessage() - Method in class tech.paycon.sdk.v5.utils.PCNetError
-
Get error message
- getName() - Method in class tech.paycon.sdk.v5.PCUser
-
Get User's Name used to store in device storage
- getOriginalHTTPPayload() - Method in class tech.paycon.sdk.v5.utils.PCNetError
-
- getPasswordPolicy() - Method in class tech.paycon.sdk.v5.PCUser
-
Get password policy identifier
0 - User's keys can be stored without action from User (Application can generate store password by itself).
- getPCExtendedAuth(PCUser.ExtendedAuthMethods) - Static method in class tech.paycon.sdk.v5.PCExtendedAuth
-
Create PCExtendedAuth object
- getPCExtendedAuth(PCUser.ExtendedAuthMethods, Object) - Static method in class tech.paycon.sdk.v5.PCExtendedAuth
-
Create PCExtendedAuth object
- getPCExternalUrl() - Method in class tech.paycon.sdk.v5.PCUser
-
Get PCSDK External Server URL
- getPCSDK() - Method in class tech.paycon.sdk.v5.PCSDKApplication
-
Get PCSDK object
- getPCSDK() - Method in class tech.paycon.sdk.v5.PCSDKMultiDexApplication
-
Get PCSDK object
- getPublicKey() - Method in class tech.paycon.sdk.v5.PCUser
-
Get User's public key in ASN.1 format
- getRealTime() - Method in class tech.paycon.sdk.v5.PCSDK
-
Returns real rime provided by google server
- getRegisteredPushToken() - Method in class tech.paycon.sdk.v5.PCUser
-
Get push token registered on PCSDK Server
- getServerCode() - Method in class tech.paycon.sdk.v5.utils.PCNetError
-
Get error code from PCSDK server
- getShortConfirmCode() - Method in class tech.paycon.sdk.v5.PCConfirmation
-
Short confirmation code (symmetric) for offline mode
- getShortDeclineCode() - Method in class tech.paycon.sdk.v5.PCDeclination
-
Short declanation code for offline mode
- getSignature() - Method in class tech.paycon.sdk.v5.PCConfirmation
-
Signature value (asymmetric)
- getSpyAppsList() - Method in class tech.paycon.sdk.v5.PCSDK
-
Function to build list of potentially dangerous installed apps which include:
(1) Apps with PACKAGE_USAGE_STATS and SYSTEM_ALERT_WINDOW privileges excluding system apps
(2) Apps from predefined blacklist which might be dangerous
Apps with privileges PACKAGE_USAGE_STATS and SYSTEM_ALERT_WINDOW can track active app name in
any time and show it's own content over the top
This ability is required to make overlay-attack
Function excludes following apps:
com.sec.android.easyMover
com.google.android.apps.nbu.files
- getStorageId() - Method in class tech.paycon.sdk.v5.PCUser
-
Get User's ID in PCSDK storage on the device
- getSuggestedUserName() - Method in class tech.paycon.sdk.v5.PCUser
-
Get User's Name suggested by the system
- getSystemId() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get PCSDK System ID for the transaction
- getSystemId() - Method in class tech.paycon.sdk.v5.PCUser
-
Get PCSDK System ID
- getSystemId() - Method in class tech.paycon.sdk.v5.PCUserBackupData
-
- getSystemName() - Method in class tech.paycon.sdk.v5.PCUser
-
Get PCSDK System Name
- getTimeStamp() - Method in class tech.paycon.sdk.v5.PCConfirmation
-
Confirmation generation timestamp (Unix time in seconds)
- getTimeStamp() - Method in class tech.paycon.sdk.v5.PCDeclination
-
Declanation generation timestamp (Unix time in seconds)
- getTransaction(PCUser, String, PCGetTransactionCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
-
Get transaction data from PCSDK Server
- getTransactionBinaryData(PCUser, PCTransaction, PCGetTransactionBinaryDataCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
-
This method is used for transactions which contain binary data.
- getTransactionId() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get PCSDK Transaction ID for the transaction
- getTransactionList(PCUser, PCListTransactionsCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
-
Get list of transactions identifiers from PCSDK Server
- getTransactionText() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get transaction text data
- getTransactionVersion() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get transaction version
- getType() - Method in class tech.paycon.sdk.v5.utils.PCError
-
Get error type
- getType() - Method in class tech.paycon.sdk.v5.utils.PCNetError
-
Get error type
- getTypeConfirmation() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get preferred confirmation type for the transaction
- getTypeRender() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get transaction's render type for transactions with text data
- getTypeTransaction() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get transaction's data type
- getUserId() - Method in class tech.paycon.sdk.v5.PCTransaction
-
Get PCSDK User ID for the transaction
- getUserId() - Method in class tech.paycon.sdk.v5.PCUser
-
Get User ID in PCSDK service
- getUserId() - Method in class tech.paycon.sdk.v5.PCUserBackupData
-
- getUserName() - Method in class tech.paycon.sdk.v5.PCUserBackupData
-
- getValue() - Method in enum tech.paycon.sdk.v5.utils.PCNetError.ServiceError
-
- getVersion() - Method in class tech.paycon.sdk.v5.PCSDK
-
Returns PCSDK SDK version