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

G

getAnalyserType() - Method in class tech.paycon.sdk.v5.PCKYCSession
Gets type of analyser which is responsible for verification of uploaded data
getAnalysesResults() - Method in class tech.paycon.sdk.v5.PCKYCSession.ExtendedSessionStatus
Results of the documents analysis as a JSON-string or null if the information is not available.
getApiVersion() - Method in class tech.paycon.sdk.v5.PCUser
Returns level of API which is used to interact with PC Server
getAppExtra() - Method in class tech.paycon.sdk.v5.PCKYCSession.ExtendedSessionStatus
Additional information that the app might have passed while creating session.
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
getCertificate() - Method in class tech.paycon.sdk.v5.PCCertificateInfo
Retuens certificate as X509Certificate object
getCertificateInfo(PCUser, PCGetCertificateInfoCallback) - Static method in class tech.paycon.sdk.v5.PCUsersManager
Extracts information about user's certificate from PC Server
getCertRequest() - Method in class tech.paycon.sdk.v5.PCCertificateInfo
Returns the value of CSR
getCmsAuthenticatedAttributes() - Method in class tech.paycon.sdk.v5.PCTransaction
Raw bytes which are value of authenticated attributes for transactions which are signed via CMS
For transactions of type PCTransaction.TransactionType.CMS it is normally not null, for other transactions it is always null.
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
getCreatedAt() - Method in class tech.paycon.sdk.v5.PCKYCSession.ExtendedSessionStatus
Timestamp in milliseconds when the session was created
getCreationTimeMillis() - Method in class tech.paycon.sdk.v5.PCUserBackupData
Returns time when backup was created in milliseconds
getDataType() - Method in class tech.paycon.sdk.v5.PCTransaction
Get transaction's data type
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
getDescription() - Method in class tech.paycon.sdk.v5.PCOperation
 
getDescriptionRenderType() - Method in class tech.paycon.sdk.v5.PCOperation
 
getDeviceInfo() - Method in class tech.paycon.sdk.v5.PCKYCSession.ExtendedSessionStatus
Information about the device initialed the session as a JSON-string or null if this information is not available.
getDeviceName() - Method in class tech.paycon.sdk.v5.PCUserBackupData
Name of the device on which the backup was created
getDownloadedBinaryData() - Method in class tech.paycon.sdk.v5.PCTransaction
Deprecated.
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
getOCRResults(PCKYCSession, PCKYCManager.OCRResultsCallback) - Static method in class tech.paycon.sdk.v5.PCKYCManager
Gets results of OCR procedure.
getOperation(PCUser, String, PCGetOperationCallback) - Static method in class tech.paycon.sdk.v5.PCOperationsManager
Gets operation data from PCSDK Server
getOperationId() - Method in class tech.paycon.sdk.v5.PCOperation
 
getOperationList(PCUser, PCListOperationsCallback) - Static method in class tech.paycon.sdk.v5.PCOperationsManager
Gets list of operations identifiers from PCSDK Server
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
getPcSystemId() - Method in class tech.paycon.sdk.v5.PCKYCSession.ExtendedSessionStatus
ID of the PC system which is / will be used to issue the keys or null if the ID is unknown
getPCUser(PCKYCSession, PCKYCManager.GetPCUserCallback) - Static method in class tech.paycon.sdk.v5.PCKYCManager
Retrieves a PC key from server and returns PCUser object ready to be used in the app.
getPublicKey() - Method in class tech.paycon.sdk.v5.PCUser
Get User's public key in ASN.1 format
getRawCertificate() - Method in class tech.paycon.sdk.v5.PCCertificateInfo
Returns the certificate as byte array
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
getRequiredSources(PCKYCSession, PCKYCManager.RequiredSourcesCallback) - Static method in class tech.paycon.sdk.v5.PCKYCManager
Gets required sources from server which must be uploaded again to succeed OCR
getServerCode() - Method in class tech.paycon.sdk.v5.utils.PCNetError
Get error code from PCSDK server
getSessionId() - Method in class tech.paycon.sdk.v5.PCKYCSession
Returns session id which is assigned by the server the first time session is opened
getSessionStatus(PCKYCSession, PCKYCManager.SessionStatusCallback) - Static method in class tech.paycon.sdk.v5.PCKYCManager
Retrieves the current status of the session
getSessionStatus() - Method in class tech.paycon.sdk.v5.PCKYCSession.ExtendedSessionStatus
The current status of the session presented by one of possible PCKYCSession.SessionStatus values.
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)
getSnippet() - Method in class tech.paycon.sdk.v5.PCTransaction
Returns value of transaction snippet or null if it isn't set
getSnippetRenderType() - Method in class tech.paycon.sdk.v5.PCTransaction
Indicates how snippet can be rendered.
getSourceSet() - Method in class tech.paycon.sdk.v5.PCKYCSession
 
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
getStatus() - Method in class tech.paycon.sdk.v5.PCCertificateInfo
Returns current certificate status
getStatus() - Method in class tech.paycon.sdk.v5.PCKYCSession
getStatusHistory(PCKYCSession, PCKYCManager.StatusHistoryCallback) - Static method in class tech.paycon.sdk.v5.PCKYCManager
Retrieves the history of statuses for a particular session
getStorageId() - Method in class tech.paycon.sdk.v5.PCUser
Get User's ID in PCSDK storage on the device
getStoredBinaryData() - Method in class tech.paycon.sdk.v5.PCTransaction
Returns downloaded binary data saved to temporary file.
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.PCOperation
 
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
getTag() - Method in class tech.paycon.sdk.v5.PCTask
Returns tag of the current task
getTaskQueueSize() - Static method in class tech.paycon.sdk.v5.PCTasksManager
Returns number of tasks in a queue.
getTextRenderType() - Method in class tech.paycon.sdk.v5.PCTransaction
Get transaction's render type for transactions with text data
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
getTransactions() - Method in class tech.paycon.sdk.v5.PCOperation
 
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.PCTransaction
Type of transaction
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
getUpdatedAt() - Method in class tech.paycon.sdk.v5.PCKYCSession.ExtendedSessionStatus
Timestamp in milliseconds when the session was last updated or 0 if it has not been changed since it was created for the first time
getUploadedSources() - Method in class tech.paycon.sdk.v5.PCKYCSession
 
getUserId() - Method in class tech.paycon.sdk.v5.PCOperation
 
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() - Static method in class tech.paycon.sdk.v5.PCSDK
Returns PCSDK SDK version
A B C D E F G H I L O P R S T U V 
Skip navigation links