Skip to main content

BlockIDSDK

public class BlockIDSDK extends Object

package com.onekosmos.blockid.sdk


This class is the entry point of BlockID SDK. This class is used to do initial setup required for the SDK and to access all of it's features.

Constant Summary

typeparameter
StringK_WALLET_CREATION
StringK_MESSAGE
StringK_WALLET_GENERATED
StringK_WALLET_GENERATION_FAILED

Method Summary

nametypeparametersummary
addNativeAccountvoidaddNativeAccount(String pushId, String userID, String password, BIDOrigin bidOrigin, String versionName, String lat, String lon, AddScepAccountCallback addScepAccountCallback)Add user account based on given userid and password
addPreLinkedUservoidaddPreLinkedUser(String userId, String scep_hash, String scep_privatekey, BIDOrigin origin, BIDAccount account, LinkUserCallback callback)Provides an option to add already linked user
authenticateFIDO2KeyvoidauthenticateFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NonNull FIDO2Callback callback)Provides the capability to authenticate Web BasedFIDO2 security key.
authenticateFIDO2KeyvoidauthenticateFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @Nullable String fileName, @NonNull FIDO2Callback callback)Provides the capability to authenticate Web Based FIDO2 security key with Custom HTML.
authenticateFIDO2KeyvoidauthenticateFIDO2Key(@NonNull Context context, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NonNull FIDO2KeyType type, FIDO2Observer observer, @NonNull FIDO2Callback callback)Provides the capability to authenticate Native FIDO2 security key
authenticateFIDO2KeyvoidauthenticateFIDO2Key(@NonNull Context context, @NonNull FIDO2KeyType type, FIDO2Observer observer, @Nullable String userId, @NonNull String sessionID, @NonNull String sessionUrl, String scopes, LinkedHashMap<String, Object> metadata, String creds, @NonNull BIDOrigin origin, String latitude, String longitude, String versionName, @NonNull FIDO2Callback callback)Provides the capability to authenticate NativeFIDO2 security key with Linked Account
authenticateUservoidauthenticateUser(@Nullable String userId, String sessionId, LinkedHashMap<String, Object> dataObject, String creds, BIDOrigin bidOrigin, String latitude, String longitude, String versionName, AuthenticateUserCallback authenticateUserCallback)Authenticate user with preset data (UWL1.0)
authenticateUservoidauthenticateUser(@Nullable String userId, String sessionId, String sessionUrl, LinkedHashMap<String, Object> dataObject, String creds, BIDOrigin bidOrigin, String latitude, String longitude, String versionName, AuthenticateUserCallback authenticateUserCallback)Authenticate user with preset data (UWL2.0)
authenticateUservoidauthenticateUser(@NonNullContext context, @Nullable String userId, String sessionId, String scopes, String creds, BIDOrigin bidOrigin, String latitude, String longitude, String versionName, HashMap<String, Object> extraData, AuthenticateUserCallback callback)Authenticate user with scope (UWL1.0)
authenticateUservoidauthenticateUser(@NonNullContext context, @Nullable String userId, String sessionId, String sessionUrl, String scopes, LinkedHashMap<String, Object> metadata, String creds, BIDOrigin bidOrigin, String latitude, String longitude, String versionName, HashMap<String, Object> extraData, AuthenticateUserCallback callback)Authenticate user with scope (UWL2.0)
checkDeviceFingerPrintEnabledBIDGenericResponsecheckDeviceFingerPrintEnabled()Checks if fingerprint is enabled on device
checkIfADRequiredvoidcheckIfADRequired(String code, String tag, String api, String community, IADValidationCallback adValidationCallback)Check validity of access code. The access code validation is required during access code redemption process
checkIfDeviceIsSecuredBIDGenericResponsecheckIfDeviceIsSecured()Checks and indicates if keyguard security is enabled in phone device
checkSCEPCertificatevoidcheckSCEPCertificate(BIDLinkedAccount requestedAccount, SCEPCertificateCallback callback)Check to see if the SCEP certificate linked to the account is expired, and renews certiticate if expired
commitApplicationWalletvoidcommitApplicationWallet()Commits the application's wallet if tenant registration is successful
commitRestorationDatavoidcommitRestorationData()Commits the application's restoration data
CreateAccessCodevoidcreateAccessCode(CreateAccessCodePayload emailPayload, AccessCodeCallback accessCodeCallback)Create access for email verification
decryptStringStringdecryptString(String inputData, String senderKey)Performs decryption of data with the given public key
encryptStringStringencryptString(String inputData, String rcptKey)Performs encryption of data with the given public key
enrollPinvoidenrollPin(String pin, String proofedBy, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)Register pin for login purpose
fetchDocumentsvoidfetchDocuments(HashMap<String, Object> requestMap, FetchDocumentsCallback callback)Fetches and returns user documents from server
fetchGlobalConfigvoidfetchGlobalConfig(@NonNull BIDTenant tenant, GlobalConfigCallback callback)Fetches and returns Global Config
generateNewSessionvoidgenerateNewSession(BIDOrigin origin, String authType, String scopes, GenerateNewSessionListener generateNewSessionListener)Generate new session
getBiometricAssetEnrollmentsEnrollments.BiometricAssetsgetBiometricAssetEnrollments()Returns an instance of BiometricAssets class
getDIDStringgetDID()Get DID of application. DID is a unique Distributed IDentifier
getDigitalAssetEnrollmentsEnrollments.DigitalAssetsgetDigitalAssetEnrollments()Returns an instance of DigitalAssets
getIALvoidgetIAL(IALCallback callback)Returns the current IAL (Identity Assurance Level) of user
getInstancestatic BlockIDSDKgetInstance()Returns an instance of BlockIDSDK
getKYCvoidgetKYC(KYCCallback callback)Get KYC hash
getLicenseModuleBIDGenericResponsegetLicenseModule()Returns license modules setup for given tenant
getLinkedUserListBIDGenericResponsegetLinkedUserList()Returns list of all users linked to DID (Distributed IDentifier)
getLiveIdImageBIDGenericResponsegetLiveIdImage()Returns registered Live ID image of user
getMessageGatewaysvoidgetMessageGateways(@NonNull BIDTenant tenant, MessageGatewaysCallback callback)Returns list of message gateways available for given tenant
getMnemonicList<String>getMnemonic()Returns 12 Mnemonic Phrases. Used for the restoration of a wallet in the future
getOfflineAuthPayloadBIDGenericResponsegetOfflineAuthPayload(BIDLinkedAccount bidLinkedAccount)Returns offline authentication payload
getPersonalAssetEnrollmentsEnrollments.PersonalAssetsgetPersonalAssetEnrollments()Returns an instance of PersonalAssets class
getPasswordPolicyEnrollments.PersonalAssetsgetPasswordPolicy(@NonNull BIDLinkedAccount account, @NonNull PasswordPolicyCallback callback)
getProxyDetailsProxyDetailsgetProxyDetails()Returns proxy details
getPublicKeyStringgetPublicKey()Returns application wallet's public key
getScopesvoidgetScopes(String userId, String scopes, String creds,BIDOrigin bidorigin, String lat, String longitude, GetScopeCallback callback)Returns user's data based on defined scopes (e.g. firstName, ial, dl_object)
getSelectedAccountBIDGenericResponsegetSelectedAccount()Returns the selected user account
getServerPublicKeyStringgetServerPublicKey()Returns server public key of registered tenant
getSessionResponsevoidgetSessionResponse(String sessionURL, String sessionId, GetNewSessionListener getNewSessionListener)Get session response for given session URL and sessionID
getTenantBIDTenantgetTenant()
getTOTPBIDGenericResponsegetTOTP()Returns time based OTP value
getTOTPBIDGenericResponsegetTOTP(String otpSeed)Returns time based OTP value based on given OTP seed
getVCvoidgetVC(@NonNull String downloadURL, @NonNull VCCallback callback)Returns VC data from download URL
getVersionStringgetVersion()Returns BlockID SDK version
getVPvoidgetVP(JSONObject vcData, VPCallback callback)Returns VP object based on VC data
initializestatic voidinitialize(Context context)Initializes and creates an instance of BlockIDSDK
initiateWalletvoidinitiateWallet()Initializes and creates application wallet. The wallet contains DID, 12 Mnemonic Phrases, Public Key, and Private Key
isBiometricAssetsEnabledbooleanisBiometricAssetsEnabled()Check and indicates if the biometric assets (Pin, Face ID / Touch ID, Live ID) are registered
isDeviceAuthEnrolledbooleanisDeviceAuthEnrolled()Checks and indicates if user has setup biometric option for login purpose
isDeviceFingerPrintEnableBIDGenericResponseisDeviceFingerPrintEnable()Checks and indicates if user has enabled fingerprint on the device
isDeviceSecureBIDGenericResponseisDeviceSecure(Context context)Checks and indicates if keyguard security is enabled in phone device
isDigitalAssetsEnabledbooleanisDigitalAssetsEnabled()Checks and indicates if digital assets (Driver's License, SSN, Passport, etc.) are registered
isLiveIDRegisteredbooleanisLiveIDRegistered()Checks and indicates if user has registered Live ID
isOriginAlreadyExistingBIDGenericResponseisOriginAlreadyExisting(String userId, BIDOrigin origin)Checks and indicates if existing origin is being used
isPersonalAssetsEnabledbooleanisPersonalAssetsEnabled()Check and indicates if any of the personal assets (email, phone) are enabled.
isPinRegisteredbooleanisPinRegistered()Checks and indicates if user has setup (registered) login Pin
isReadybooleanisReady()Checks and indicates if the SDK is ready for use. BlockIDSDK must be ready before using any functions of SDK
isRestoreModeOnbooleanisRestoreModeOn()Checks and indicates id the restore mode is set to true
isTrustedSessionSourcebooleanisTrustedSessionSource(String sessionUrl)Checks and indicates if the given session URL is trusted by BlockID SDK
[redeemAccessCode]voidredeemAccessCode(String code, String lat, String lon, String pushID, String versionName, AddScepAccountCallback addScepAccountCallback)Redeem access code
registerDocumentvoidregisterDocument(Context context, LinkedHashMap dataObject, Bitmap liveIdBitmap, String liveIdProofedBy, String docSignToken, String liveIdSignToken, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)Store (add) the given document data along with Live ID
registerDocumentvoidregisterDocument(Context context, LinkedHashMap dataObject, Bitmap liveIdBitmap, String liveIdProofedBy, String docSignToken, String liveIdSignToken, boolean storeArtifacts, boolean syncArtifacts, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)Store (add) the given document data along with Live ID. This method must should be used IF you do not want to store and/or sync your document data on BlockID platform
registerDocumentvoidregisterDocument(Context context, LinkedHashMap dataObject, String signToken, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)Store (add) the given document data
registerDocumentvoidregisterDocument(Context context, LinkedHashMap dataObject, String signToken, boolean storeArtifacts, boolean syncArtifacts, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)Store (add) the given document data. This method must should be used IF you do not want to store and/or sync your document data on BlockID platform
registerFIDO2KeyvoidregisterFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NonNull RegisterFIDO2KeyCallback callback)Provides the capability to register web-based FIDO2 security key
registerFIDO2KeyvoidregisterFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @Nullable String fileName, @NonNull FIDO2Callback callback)Provides the capability to register Web based FIDO2 security key with custom HTML
registerFIDO2KeyvoidregisterFIDO2Key*(@NonNull Context context, @NonNull* BIDLinkedAccount account, @NonNull FIDO2KeyType type, FIDO2Observer observer, @NonNull FIDO2Callback callback)Provides the capability to register FIDO2 security key with BIDLikedAccount
registerFIDO2KeyvoidregisterFIDO2Key(Context context, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NonNull FIDO2KeyType type, FIDO2Observer observer, @NonNull FIDO2Callback callback)Provides the capability to register Native FIDO2 security key.
registerTenantvoidregisterTenant(BIDTenant bidTenant, BIDTenantRegistryCallback callback)Sets application tenant details in SDK. Tenant details must be set once. Make sure to register tenant call one time because tenant details are set only one time
resetPasswordvoidresetPassword(String userID, String password, String newPassword, BIDAccount account, BIDOrigin bidOrigin, ResetPasswordCallback resetPasswordCallback)Resets user's password
resetRestorationDatavoidresetRestorationData()Resets all restoration data
resetSDKvoidresetSDK(String licenseKey)Purges the SDK wallet and all data stored/owned by the SDK
restoreUserDataFromWalletvoidrestoreUserDataFromWallet(IAccountRestoreListener accountRestoreListener)Performs user data restoration from application's wallet
restoreWalletvoidrestoreWallet(List<String> mnemonicPhrase)Returns if the application's wallet is restored
setDvcIdvoidsetDvcId(@NonNull String dvcId)Sets application's dvcID (Document Verification Connector Identifier)
setLicenseKeyvoidsetLicenseKey(@NonNull String key)Sets application's license key
setLiveIDvoidsetLiveID(Bitmap liveIdBitmap, String proofedBy, String signToken, ILiveIDEnrollListener liveIDResponseListener)Register (store) user's Live ID data
setProxyvoidsetProxy(@NonNull String host, int port, @Nullable String userName, @Nullable String password)Add proxy to all the outbound API calls used within the SDK
setRestoreModevoidsetRestoreMode()Sets user's account restore mode to true
setSelectedAccountvoidsetSelectedAccount(BIDLinkedAccount account)Sets an user's linked account as currently selected account
unenrollPinvoidunenrollPin(BIDDocumentProvider.IDocumentUnEnrollmentListener unEnrollmentListener)Remove (delete) the existing Pin
unlinkAccountvoidunlinkAccount(BIDLinkedAccount linkedAccount, String pushId, UnlinkAccountCallback callback)Unlink the existing user account
unRegisterDocumentvoidunRegisterDocument(Context context, LinkedHashMap dataObject, BIDDocumentProvider.IDocumentUnEnrollmentListener unEnrollListener)Remove (delete) the existing document
updateAccountInfovoidupdateAccountInfo(@NonNull BIDLinkedAccount account, @NonNull HashMap<String, Object> deviceInfo, @NonNull String pushId, UpdateAccountInfoCallback callback)This function is used to update unique origin with device pushID and deviceInfo to server to start getting push notifications after restoring data and accounts to a new device
validateAccessCodevoidvalidateAccessCode(String code, IADValidationCallback iadValidationCallback)Check validity of access code. Access code validation is required during access code redemption process
verifyDocumentvoidverifyDocument(@NonNull LinkedHashMap<String, Object> document, @NonNull String[] verifications, @NonNull IVerifyDocumentListener listener)Verify document data that user has presented through BlockID partners
verifyDocumentvoidverifyDocument(@NonNull String dvcID, @NonNull LinkedHashMap document, @NonNull String[] verifications, @NonNull IVerifyDocumentListener listener)Verify document data that user has presented through BlockID partners
verifyLiveIDvoidverifyLiveID(Context context, Bitmap bitmap, BIDAuthProvider.IFaceComparisonListener listener)Verify Live ID
verifyPinvoidverifyPin(String pin)Returns if the given is verified
verifyUserAccountvoidverifyUserAccount(String code, String userID, String password, String phoneNumber, String api, String tag, String community, String versionName, String lat, String lon, String device_id, String pushID, AddScepAccountCallback addScepAccountCallback)Verify user account

Method Detail


addNativeAccount

public void addNativeAccount(String pushId, String userID, String password, BIDOrigin bidOrigin, String versionName, String lat, String lon, AddScepAccountCallback addScepAccountCallback)

  • Add user account based on given userid and password
Parameters
pushIdString: Push token of user's device. Use for sending push notifications
userIDString: UserID of user's account.
passwordString: Password of user's account.
bidOriginBIDOrigin: Origin details.
versionNameString: Application version number (name).
latString: Latitude of user's location.
lonString: Longitude of user's location.
addScepAccountCallbackAddScepAccountCallback: The block to execute after the response is received

addPreLinkedUser

public void addPreLinkedUser(String userId, String scep_hash, String scep_privatekey, BIDOrigin origin, BIDAccount account, LinkUserCallback callback)

  • Provides an option to add already linked user
Parameter
userIdString: UserID of user's account.
scep_hashString: Scep hash value
scep_privatekeyString: Scep private key
originBIDOrigin: User account origin details
accountBIDAccount: An object of BIDAccount.
callbackLinkUserCallback: The block to execute after the response is received

authenticateFIDO2Key

public void authenticateFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NonNull FIDO2Callback callback)

  • Provides the capability to authenticate a web-based FIDO2 security key.
Parameter
activityActivity: The application’s activity on top of which the registration screen will be shown.
userNameString: The user name which requires to be authenticated.
tenantDNSString: The tenant's DNS against which the user is authenticated.
communityNameString: The community name against which the user is authenticated.
callbackFIDO2Callback: The block to execute after the response is received.

authenticateFIDO2Key

public void authenticateFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @Nullable String fileName, @NonNull FIDO2Callback callback)

  • Provides the capability to authenticate a web-based FIDO2 security key with custom HTML.
Parameter
activityActivity: The application activity from the registration screen
userNameString: The user name which requires authentication.
tenantDNSString: The tenant DNS against which the user is authenticated.
communityNameString: The community name against which the user is authenticated.
fileNameString: HTML file name.
callbackFIDO2Callback: The block to execute after the response is received.

authenticateFIDO2Key

public void authenticateFIDO2Key(@NonNull Context context, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NonNull FIDO2KeyType type, FIDO2Observer observer, @NonNull FIDO2Callback callback)

  • Provides the capability to authenticate a native FIDO2 security key.
Parameter
contextContext: Current activity context.
userNameString: The user name which requires authentication.
tenantDNSString: The tenant DNS against which the user is authenticated.
communityNameString: The community name against which the user is authenticated.
typeFIDO2KeyType: FIDO2KeyType
observerFIDO2Observer: FIDO2Observer object
callbackFIDO2Callback: The block to execute after receiving the response.

authenticateFIDO2Key

public void authenticateFIDO2Key(@NonNull Context context, @NonNull FIDO2KeyType type, FIDO2Observer observer, @Nullable String userId, @NonNull String sessionID, @NonNull String sessionUrl, String scopes, LinkedHashMap<String, Object> metadata, String creds, @NonNull BIDOrigin origin, String latitude, String longitude, String versionName, @NonNull FIDO2Callback callback)

  • Provides the capability to authenticate a native FIDO2 security key with a linked account.
Parameter
contextContext: Current activity context.
typeFIDO2KeyType: FIDO2KeyType
observerFIDO2Observer: FIDO2Observer object
userIdString: UserID of user's account.
sessionIDFIDO2KeyType: FIDO2KeyType
sessionUrlFIDO2Observer: FIDO2Observer object
scopesString: Scopes defined for authentication
metadataLinkedHashMap<String, Object>: Authentication data.
credsString: Credential of user's account.
originBIDOrigin: Origin details of the user.
latitudeString: Latitude of user's location.
longitudeString: Longitude of user's location.
versionNameString: Application Version number
callbackFIDO2Callback: The block to execute after receiving the response.

authenticateUser

public void authenticateUser(@Nullable String userId, String sessionId, LinkedHashMap<String, Object> dataObject, String creds, BIDOrigin bidOrigin, String latitude, String longitude, String versionName, AuthenticateUserCallback authenticateUserCallback)

  • Authenticate user with preset data (UWL1.0).
Parameter
userIdString: UserID of user's account.
sessionIdString: Session for authentication.
dataObjectLinkedHashMap<String, Object>: Authentication data.
credsString: Credential of user's account.
bidOriginBIDOrigin: Origin details of a user.
latitudeString: Latitude of a user location.
longitudeString: Longitude of a user location.
versionNameString: Application version number
authenticateUserCallbackAuthenticateUserCallback: The block to execute after the response is received.

authenticateUser

public void authenticateUser(@Nullable String userId, String sessionId, String sessionUrl, LinkedHashMap<String, Object> dataObject, String creds, BIDOrigin bidOrigin, String latitude, String longitude, String versionName, AuthenticateUserCallback authenticateUserCallback)

  • Authenticate user with preset data (UWL2.0).
Parameter
userIdString: UserID of user's account.
sessionIdString: Session for authentication.
sessionUrlString: Complete session URL containing sessionId.
dataObjectLinkedHashMap<String, Object>: Authentication data.
credsString: Credential of user's account.
bidOriginBIDOrigin: Origin details of a user.
latitudeString: Latitude of a user location.
longitudeString: Longitude of a user location.
versionNameString: Application version number
authenticateUserCallbackAuthenticateUserCallback: The block to execute after the response is received.

authenticateUser

public void authenticateUser(@NonNull Context context, @Nullable String userId, String sessionId, String scopes, String creds, BIDOrigin bidOrigin, String latitude, String longitude, String versionName, HashMap<String, Object> extraData, AuthenticateUserCallback authenticateUserCallback)

  • Authenticate user with scope (UWL1.0).
Parameter
contextContext: Current activity context.
userIdString: UserID of user's account.
sessionIdString: Session for authentication.
scopesString: Scopes defined for authentication
credsString: Credential of user's account.
bidOriginBIDOrigin: Origin details of user.
latitudeString: Latitude of user's location.
longitudeString: Longitude of user's location.
versionNameString: Application version number
extraDataHashMap<String, Object>: Extra Data which will append with scope data
authenticateUserCallbackAuthenticateUserCallback: The block to execute after the response is received.

authenticateUser

public void authenticateUser(@NonNull Context context, @Nullable String userId, String sessionId, String sessionUrl, String scopes, LinkedHashMap<String, Object> metadata, String creds, BIDOrigin bidOrigin, String latitude, String longitude, String versionName, HashMap<String, Object> extraData, AuthenticateUserCallback authenticateUserCallback)

  • Authenticate user with scope (UWL2.0).
Parameter
contextContext: Current activity context.
userIdString: UserID of user's account.
sessionIdString: Session for authentication.
sessionUrlString: Complete session URL containing sessionId.
scopesString: Scopes defined for authentication
LinkedHashMap<String, Object>metadata: Metadata for FIDO webauthn payload
credsString: Credential of user's account.
bidOriginBIDOrigin: Origin details of user.
latitudeString: Latitude of user's location.
longitudeString: Longitude of user's location.
versionNameString: Application version number
extraDataHashMap<String, Object>: Extra Data which will append with scope data
authenticateUserCallbackAuthenticateUserCallback: The block to execute after the response is received.

checkDeviceFingerPrintEnabled

public BIDGenericResponse checkDeviceFingerPrintEnabled()

  • Checks if fingerprint is enabled on device

checkIfADRequired

public void checkIfADRequired(String code, String tag, String api, String community, IADValidationCallback adValidationCallback)

  • Check validity of access code. The access code validation is required during access code redemption process.
Parameter
codeString: Access code to be validated
tagString: Tenant tag
apiString: Tenant's URL
communityString: Tenant's community
adValidationCallbackIADValidationCallback: The block to execute after the response is received

checkIfDeviceIsSecured

public BIDGenericResponse checkIfDeviceIsSecured()

  • Checks and indicates if keyguard security is enabled in phone device.

checkSCEPCertificate

public void checkSCEPCertificate(BIDLinkedAccount requestedAccount, SCEPCertificateCallback callback)

  • Check linked account secp certificat expired and If certificate is expired renew it.
Parameter
requestedAccountBIDLinkedAccount: Linked user's account
callbackSCEPCertificateCallback: The block to execute after the response is received

commitApplicationWallet

public void commitApplicationWallet()

  • Commits the application's wallet IFF tenant registration is successful.

commitRestorationData

public void commitRestorationData()

  • Commits the application's restoration data

createAccessCode

public void createAccessCode(CreateAccessCodePayloademailPayload, AccessCodeCallback accessCodeCallback)

  • Create access for email verification
Parameter
emailPayloadCreateAccessCodePayload: access code payload
accessCodeCallbackSCEPCertificateCallback: The block to execute after the response is received.

decryptString

public String decryptString(String inputData, String senderKey)

  • Performs decryption of data with the given public key.
Parameter
inputDataString: Data to decrypt
senderKeyString: Public key used to decrypt the data

encryptString

public String encryptString(String inputData, String rcptKey)

  • Performs encryption of data with the given public key.
Parameter
inputDataString: Data to encrypt
senderKeyString: Public key used to encrypt the data

enrollPin

public void enrollPin(String pin, String proofedBy, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)

  • Register Pin for login purposes.
Parameter
pinString: Pin to enroll (register)
proofedByString: This identifies the entity responsible for proofing. The default value is “blockid”
enrollListenerBIDDocumentProvider.IDocumentEnrollmentListener: The block to execute after the response is received.

fetchDocuments

public void fetchDocuments(HashMap<String, Object> requestMap, FetchDocumentsCallback callback)

  • Fetches & returns user documents from server
Method Parameter
requestMapHashMap<String, Object>: Document hashmap to be fetched
callbackFetchDocumentsCallback: The block to execute after the response is received.
RequestMap Parameter
categoriesString[ ]: Document category to fetch (ex. identity_document, misc_document)
idString[ ]: Document ID to fetch
typeString[ ]: Document Type to fetch (ex. dl, ppt, nationalid, ssn)
metadataOnlyboolean

true: Get metadata only
false: Get metadata and actual document data

Example metadata:

{
"type": "dl",
"id": "12345",
"proofedBy": "blockid",
"category": "identity_document",
"doe": "20001029",
"proofs": ["any proof if present"]
}

fetchGlobalConfig

public void fetchGlobalConfig(@NonNull BIDTenant tenant, GlobalConfigCallback callback)

  • Fetches & returns Global Config
Parameter
tenantBIDTenant: Tenant details.
callbackGlobalConfigCallback: The block to execute after the response is received.

generateNewSession

public void generateNewSession(BIDOrigin origin, String authType, String scopes, GenerateNewSessionListener generateNewSessionListener)

  • Generate new session.
Parameter
originBIDOrigin: Origin details
authTypeString: Authentication type
scopesString: Scopes (comma separated) value.
generateNewSessionListenerGenerateNewSessionListener: The block to execute after the response is received

getBiometricAssetEnrollments

public Enrollments.BiometricAssets getBiometricAssetEnrollments()


getDID

public String getDID()

  • Get DID of application. DID is a unique Distributed IDentifier.

getDigitalAssetEnrollments

public Enrollments.DigitalAssets getDigitalAssetEnrollments()


getIAL

public void getIAL(IALCallback callback)

  • Returns the current IAL (Identity Assurance Level) of user.
Parameter
callbackIALCallback : The block to execute after the response is received.

getInstance

public static BlockIDSDK getInstance()

  • Returns an instance of BlockIDSDK.

getKYC

public void getKYC(KYCCallback callback)

  • Get KYC Hash
Parameter
callbackKYCCallback: The block to execute after the response is received.

getLicenseModule

public BIDGenericResponse getLicenseModule()

  • Returns license modules setup for given tenant.

getLinkedUserList

public BIDGenericResponse getLinkedUserList()

  • Returns list of all users linked to DID (Distributed Identifier).

getLiveIdImage

public BIDGenericResponse getLiveIdImage()

  • Returns registered Live ID image of user.

getMessageGateways

public void getMessageGateways(@NonNull BIDTenant tenant, MessageGatewaysCallback callback)

  • Returns a list of the message gateways available for the given tenant.
Parameters
tenantBIDTenant: Tenant details.
callbackMessageGatewaysCallback: The block to execute after the response is received.

getMnemonic

public List<String> getMnemonic()

  • Returns 12 Mnemonic Phrases. Used for the restoration of a wallet in the future.

getOfflineAuthPayload

public BIDGenericResponse getOfflineAuthPayload(BIDLinkedAccount bidLinkedAccount)

  • Returns offline authentication payload.
Parameters
bidLinkedAccountBIDLinkedAccount: Linked user's account

getPersonalAssetEnrollments

public Enrollments.PersonalAssets getPersonalAssetEnrollments()


getPasswordPolicy

public void getPasswordPolicy(@NonNull BIDLinkedAccount account, @NonNull PasswordPolicyCallback callback)

Parameters
accountBIDLinkedAccount: Requested account
callbackPasswordPolicyCallback: The block to execute after the response is received.

getProxyDetails

public ProxyDetails getProxyDetails()

  • Returns proxy details.

getPublicKey

public String getPublicKey()

  • Returns application wallet's public key.

getScopes

public void getScopes(String userId, String scopes, String creds, BIDOrigin bidorigin, String lat, String longitude, GetScopeCallback callback)

  • Returns user's data based on defined scopes (e.g. firstName, ial, dl_object).
Parameters
userIdString: UserID of user account
scopesString: Comma separated scopes
credsString: User's credentials
bidoriginBIDOrigin: Origin details of user
latString: Latitude of user's location.
longitudeString: Longitude of user's location.
callbackGetScopeCallback: Callback to return scope data.

getSelectedAccount

public BIDGenericResponse getSelectedAccount()

  • Returns the selected user account.

getServerPublicKey

public String getServerPublicKey()

  • Returns server public key of registered tenant.

getSessionResponse

public void getSessionResponse(String sessionURL, String sessionId, GetNewSessionListener getNewSessionListener)

  • Get session response for given session URL and sessionID.
Parameters
sessionURLString: Session URL for which response is required.
sessionIdString: SessionID for which response is required.
getNewSessionListenerGetNewSessionListener: The block to execute after the response is received

getTenant

public BIDTenant getTenant()

  • Returns registered tenant object.

getTOTP

public BIDGenericResponse getTOTP()

  • Returns time based OTP value

getTOTP

public BIDGenericResponse getTOTP(String otpSeed)

  • Returns time based OTP value based on given OTP seed.
Parameters
otpSeedString: OTP seed to generate TOTP

getVC

public void getVC(@NonNull String downloadURL, @NonNull VCCallback callback)

  • Returns VC data from download URL
Parameters
downloadURLString: Issued VC download URL
callbackVCCallback: The block to execute after the response is received.

getVersion

public String getVersion()

  • Returns BlockID SDK version.

initialize

public static void initialize(Context context)

  • Initializes and creates an instance of BlockIDSDK.
Parameters
contextContext: Application context

getVP

public void getVP(JSONObject vcData, VPCallback callback)

  • Returns VP object based on VC data
Parameters
vcDataJSONObject: VC Data for which VP has to be created
callbackVPCallback: The block to execute after the response is received.

initiateWallet

public void initiateWallet()

  • Initializes and creates application wallet. The wallet contains DID, 12 Mnemonic Phrases, Public Key, and Private Key.

isBiometricAssetsEnabled

public boolean isBiometricAssetsEnabled()

  • Check and indicates if the biometric assets (Pin, Face ID / Touch ID, Live ID) are registered.

isDeviceAuthEnrolled

public boolean isDeviceAuthEnrolled()

  • Checks and indicates if user has setup biometric option for login purpose.

isDeviceFingerPrintEnable

public BIDGenericResponseisDeviceFingerPrintEnable()

  • Checks and indicates if user has enabled fingerprint on the device.

isDeviceSecure

public BIDGenericResponseisDeviceSecure(Context context)

  • Checks and indicates if keyguard security is enabled in phone device.
Parameter
contextContext: Activity context

isDigitalAssetsEnabled

public boolean isDigitalAssetsEnabled()

  • Checks and indicates if digital assets (Driver's License, SSN, Passport, etc.) are registered

isLiveIDRegistered

public boolean isLiveIDRegistered()

  • Checks and indicates if user has registered Live ID.

isOriginAlreadyExisting

public BIDGenericResponse isOriginAlreadyExisting(String userId, BIDOrigin origin)

  • Checks and indicates if existing origin is being used.
Parameter
userIdString: UserID of user account
originBIDOrigin: Origin details of user

isPersonalAssetsEnabled

public boolean isPersonalAssetsEnabled()

  • Check and indicates if any of the personal assets (email, phone) are enabled.

isPinRegistered

public boolean isPinRegistered()

  • Checks and indicates if user has setup (registered) login Pin.

isReady

public boolean isReady()

  • Checks and indicates if the SDK is ready for use. BlockIDSDK must be ready before using any functions of SDK.

isRestoreModeOn

public boolean isRestoreModeOn()

  • Checks and indicates id the restore mode is set to true.

isTrustedSessionSource

public boolean isTrustedSessionSource(String sessionUrl)

  • Checks and indicates if the given session URL is trusted by BlockID SDK.
Parameter
sessionUrlString: Session URL to be verified from list of trusted source

registerDocument

public void registerDocument(Context context, LinkedHashMap<String, Object> dataObject, Bitmap liveIdBitmap, String liveIdProofedBy, String docSignToken, String liveIdSignToken, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)

  • Store (add) the given document data along with Live ID.
Parameter
contextContext: Current activity context.
dataObjectLinkedHashMap<String, Object>: Document data to be stored
liveIdBitmapBitmap: Live ID image bitmap to be stored.
liveIdProofedByString: The entity responsible for proofing the Live ID (selfie). For BlockID Live ID (selfie) scanner, the default value is “blockid”
docSignTokenString: Signature token of document to verify if the document data is modified or not
liveIdSignTokenString: Signature token of Live ID to verify if the Live ID is modified or not
enrollListenerBIDDocumentProvider.IDocumentEnrollmentListener: The block to execute after the response is received

registerDocument

public void registerDocument(Context context, LinkedHashMap<String, Object> dataObject, Bitmap liveIdBitmap, String liveIdProofedBy, String docSignToken, String liveIdSignToken, boolean storeArtifacts, boolean syncArtifacts, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)

  • Store (add) the given document data along with Live ID. This method must should be used IF you do not want to store and/or sync your document data on BlockID platform.
Parameter
contextContext: Current activity context.
dataObjectLinkedHashMap<String, Object>: Document data to be stored
liveIdBitmapBitmap: Live ID image bitmap to be stored.
liveIdProofedByString: The entity responsible for proofing the Live ID (selfie). For BlockID Live ID (selfie) scanner, the default value is “blockid”
docSignTokenString: Signature token of document to verify if the document data is modified or not
liveIdSignTokenString: Signature token of Live ID to verify if the Live ID is modified or not
storeArtifactsboolean: Flag to indicate if the document must be stored on BlockID platform
syncArtifactsboolean: Flag to indicate if the document must be synced on BlockID platform
enrollListenerBIDDocumentProvider.IDocumentEnrollmentListener: The block to execute after the response is received

registerDocument

public void registerDocument(Context context, LinkedHashMap<String, Object> dataObject, String signToken, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)

  • Store (add) the given document data.
Parameter
contextContext: Current activity context.
dataObjectLinkedHashMap<String, Object>: Document data to be stored
signTokenString: Signature token of document to verify if the document data is modified or not
enrollListenerBIDDocumentProvider.IDocumentEnrollmentListener: The block to execute after the response is received

registerDocument

public void registerDocument(Context context, LinkedHashMap<String, Object> dataObject, String signToken, boolean storeArtifacts, boolean syncArtifacts, BIDDocumentProvider.IDocumentEnrollmentListener enrollListener)

  • Store (add) the given document data. This method must should be used IF you do not want to store and/or sync your document data on BlockID platform.
Parameter
contextContext: Current activity context.
dataObjectLinkedHashMap<String, Object>: Document data to be stored
signTokenString: Signature token of document to verify if the document data is modified or not
storeArtifactsboolean: Flag to indicate if the document must be stored on BlockID platform
syncArtifactsboolean: Flag to indicate if the document must be synced on BlockID platform
enrollListenerBIDDocumentProvider.IDocumentEnrollmentListener: The block to execute after the response is received

registerFIDO2Key

public void registerFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NonNull FIDO2Callback callback)

  • Provides the capability to register a web-based FIDO2 security key.
Parameter
activityActivity: The application activity from the registration screen
userNameString: The user name which requires registration.
tenantDNSString: The tenant DNS against which the user is registered.
communityNameString: The community name against which the user is registered.
callbackFIDO2Callback: The block to execute after the response is received.

registerFIDO2Key

public void registerFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NullableString fileName, @NonNull FIDO2Callback callback)

  • Provides the capability to register a web-based FIDO2 security key using custom HTML.
Parameter
activityActivity: The application activity from the registration screen
userNameString: The user name which requires registration.
tenantDNSString: The tenant's DNS against which the user is registered.
communityNameString: The community name against which the user is registered.
fileNameString: HTML file name
callbackFIDO2Callback: The block to execute after receiving the response.

registerFIDO2Key

public void registerFIDO2Key(@NonNull Context context, @NonNull BIDLinkedAccount account,@NonNull FIDO2KeyType type, FIDO2Observer observer,@NonNull FIDO2Callback callback

  • Provides the capability to register a native FIDO2 security key using BIDLinkedAccount.
Parameter
contextContext: Current activity context.
accountBIDLinkedAccount: The linked account which requires to be registered.
typeFIDO2KeyType: Fido Key Type
observerFIDO2Observer: Fido2 Observer
callbackFIDO2Callback: The block to execute after the response is received.

registerFIDO2Key

public void registerFIDO2Key(@NonNull Activity activity, @NonNull String userName, @NonNull String tenantDNS, @NonNull String communityName, @NullableString fileName, @NonNull FIDO2Callback callback)

  • Provides the capability to register a native FIDO2 security key.
Parameter
contextContext: Current activity context.
userNameString: The user name which requires to be registered.
tenantDNSString: The tenant's DNS against which the user is registered.
communityNameString: The community name against which the user is registered.
fileNameString: HTML file name
typeFIDO2KeyType: Fido Key Type
observerFIDO2Observer: Fido2 Observer
callbackFIDO2Callback: The block to execute after the response is received.

registerTenant

public void registerTenant(BIDTenant bidTenant, BIDTenantRegistryCallback callback)

  • Sets application tenant details in SDK. Tenant details must be set once. Make sure to register tenant call one time because tenant details are set only one time.
Parameter
tenantBIDTenant: Tenant details
callbackBIDTenantRegistryCallback: The block to execute after the response is received

resetPassword

public void resetPassword(String userID, String password, String newPassword, BIDAccount account, BIDOrigin bidOrigin, ResetPasswordCallback resetPasswordCallback)

  • Resets user's password.
Parameter
userIDString: Userid of user's account.
passwordString: Current password of user's account.
newPasswordString: New password for user's account.
accountBIDAccount: User's account for which password reset is required
bidOriginBIDOrigin: Origin details of user's account
resetPasswordCallbackResetPasswordCallback: The block to execute after the response is received

resetRestorationData

public void resetRestorationData()

  • Resets all restoration data.

resetSDK

public void resetSDK(String licenseKey)

  • Purges the SDK wallet and all data stored/owned by the SDK.
Parameter
licenseKeyString: Application's license key

restoreUserDataFromWallet

public void restoreUserDataFromWallet(IAccountRestoreListener accountRestoreListener)

  • Performs user data restoration from application's wallet.
Parameter
accountRestoreListenerIAccountRestoreListener: The block to execute after the response is received

restoreWallet

public boolean restoreWallet(List<String> mnemonicPhrase)

  • Returns if the application's wallet is restored.
Parameter
mnemonicPhraseList<String>: List of 12 mnemonic phrases

setDvcId

public void setDvcId(@NonNull String dvcId)

  • Sets application's dvcID (Document Verification Connector Identifier).
Parameter
dvcIdString: Application's dvcID (Document Verification Connector Identifier)

setLicenseKey

public void setLicenseKey(@NonNull String key)

  • Sets application's license key.
Parameter
keyString: Application's license key

setLiveID

public void setLiveID(Bitmap liveIdBitmap, String proofedBy, String signToken, ILiveIDEnrollListener liveIDResponseListener)

  • Register (store) user's Live ID data.
Parameter
liveIdBitmapBitmap: Live ID (Selfie) image
proofedByString: The entity responsible for proofing the Live ID (selfie). For BlockID Live ID (selfie) scanner, the default value is “blockid”
signTokenString: Signature token to verify if the Live ID (selfie) data is modified or not
liveIDResponseListenerILiveIDEnrollListener: The block to execute after the response is received

setProxy

public void setProxy(@NonNull String host, int port, @Nullable String userName, @Nullable String password)

  • Add proxy to all the outbound API calls used within the SDK.
Parameter
hostString: The hostname associated with the HTTP proxy
portint: The port number associated with the HTTP proxy
userNameString: The username to be used with the proxy.
passwordString: The password to be used with the proxy.

setRestoreMode

public void setRestoreMode()

  • Sets user's account restore mode to true.

setSelectedAccount

public void setSelectedAccount(BIDLinkedAccount account)

  • Sets an user's linked account as currently selected account.
Parameter
accountBIDLinkedAccount: User's linked account

unenrollPin

public void unenrollPin(BIDDocumentProvider.IDocumentUnEnrollmentListener unEnrollmentListener)

  • Remove (delete) the existing Pin.
Parameter
unEnrollmentListenerBIDDocumentProvider.IDocumentUnEnrollmentListener: The block to execute after the response is received

unlinkAccount

public void unlinkAccount(BIDLinkedAccount linkedAccount, String pushId, UnlinkAccountCallback callback)

  • Unlink the existing user account.
Parameter
linkedAccountBIDLinkedAccount: Currently linked user account.
pushIdString: PushID (push token) of device.
callbackUnlinkAccountCallback: The block to execute after the response is received

unRegisterDocument

public void unRegisterDocument(Context context, LinkedHashMap<String, Object> dataObject, BIDDocumentProvider.IDocumentUnEnrollmentListener unEnrollListener)

  • Remove (delete) the existing document.
Parameter
contextContext: Current activity context.
dataObjectLinkedHashMap<String, Object>: Document to be removed.
unEnrollListenerBIDDocumentProvider.IDocumentUnEnrollmentListener: The block to execute after the response is received

updateAccountInfo

public void updateAccountInfo(@NonNull BIDLinkedAccount account, @NonNull HashMap<String,Object> deviceInfo, @NonNull String pushId, UpdateAccountInfoCallback callback) Linked

  • This function is used to update unique origin with device pushID and deviceInfo to server to start getting push notifications after restoring data and accounts to a new device.
Parameter
accountBIDLinkedAccount : Account
deviceInfoLinkedHashMap<String, Object>: Device Information.

Device Information:
uid: String // Unique uuid of device
os: String // Android | iOS
deviceName: String // Device name
authenticatorId: String // Mobile app's bundle id
authenticatorVersion: String // Mobile app's version
authenticatorName: String // Mobile app's name
clientIp: String // Device IP address
userAgent: String // Device user agent
locLat: double // Device latitude
locLon: double // Device longitude
pushIdString: Device's push Id
callbackUpdateAccountInfoCallback: The block to execute after the response is received.

validateAccessCode

public void validateAccessCode(String code, IADValidationCallback iadValidationCallback)

  • Check validity of access code. The access code validation is required during access code redemption process.
Parameter
codeString: access code
iadValidationCallbackIADValidationCallback: The block to execute after the response is received

verifyDocument

public void verifyDocument(@NonNull LinkedHashMap<String, Object> document, @NonNull String[] verifications, @NonNull IVerifyDocumentListener listener)

  • Verify document data that user has presented through BlockID partners.
Parameter
documentLinkedHashMap<String, Object>: Hash Map of document data
verificationsString[]: List of verification
listenerIVerifyDocumentListener: The block to execute after the response is received

verifyDocument

public void verifyDocument(@NonNull String dvcID, @NonNull LinkedHashMap<String, Object> document, @NonNull String[] verifications, @NonNull IVerifyDocumentListener listener)

  • Verify document data that user has presented through BlockID partners.
Parameter
dvcIDString: Document Verification Connector Identifier.
documentLinkedHashMap<String, Object>: Hash Map of document data
verificationsString[]: List of verification
listenerIVerifyDocumentListener: The block to execute after the response is received

verifyLiveID

public void verifyLiveID(Context context, Bitmap bitmap, BIDAuthProvider.IFaceComparisonListener listener)

  • Verify Live ID.
Parameter
contextContext: Context of activity
bitmapBitmap: Bitmap to compare with enrolled Live ID (selfie)
listenerBIDAuthProvider.IFaceComparisonListener: The block to execute after the response is received

verifyPin

public boolean verifyPin(String pin)

  • Returns if the given is verified.
Parameter
pinString: Current Pin for verification

verifyUserAccount

public void verifyUserAccount(String code, String userID, String password, String phoneNumber, String api, String tag, String community, String versionName, String lat, String lon, String device_id, String pushID, AddScepAccountCallback addScepAccountCallback)

  • Verify user account.
Parameter
codeString: Access code
userIDString: UserID of user's account.
passwordString: Password of user's account.
phoneNumberString: User's phone number
apiString: Tenant's URL
tagString: Tenant's tag
communityString: Tenant's community name.
versionNameString: Application version number.
latString: Latitude of user's location.
lonString: Longitude of user's location.
device_idString: User's deviceID
pushIDString: User's device pushID (push token).
addScepAccountCallbackAddScepAccountCallback: The block to execute after the response is received

Interface Summary

NameDescription
AccessCodeCallbackCallback for event when access code created.
AddScepAccountCallbackCallback for event when SCEP account is being added.
AuthenticateUserCallbackCallback for event when user has been authentication.
BIDTenantRegistryCallbackCallback for event when application tenant is registered.
FetchDocumentsCallbackCallback for event when user's document is fetched.
FIDO2CallbackCallback for event when FIDO2 key registered or authenticated.
GetScopeCallbackCallback for event when scopes are received.
GenerateNewSessionListenerCallback for event when new session is created (generated).
GetNewSessionListenerCallback for event when new session is received.
GlobalConfigCallbackCallback for event when global config are received.
IAccountRestoreListenerCallback for event when user account is restored.
IADValidationCallbackCallback for event when user's account validation is required.
IALCallbackCallback for event when user IAL is received.
ILiveIDEnrollListenerCallback for event when Live ID is enrolled (registered).
IVerifyDocumentListenerCallback for event when document verification service is used.
KYCCallbackCallback for event when KYC has is received.
LinkUserCallbackCallback for event when user account is linked.
MessageGatewaysCallbackCallback for get message gateways.
ResetPasswordCallbackCallback for event when password is reset.
SCEPCertificateCallbackCallback for SCEP Check.
UnlinkAccountCallbackCallback for event when user account is unlinked.
UpdateAccountInfoCallbackCallback for event when account information is updated.
VCCallbackCallback for event when VC data is received.
VPCallbackCallback for event when VP data is received.

AccessCodeCallback

public interface BlockIDSDK.AccessCodeCallback

  • Callback for event when access code created.

Method Summary

void onAccessCodeResponse(boolean status, CreateAccessCodeResponse createAccessCodeResponse, ErrorManager.ErrorResponse error)

Parameters
statusboolean: Indicates if the access code is created or not.
createAccessCodeResponseCreateAccessCodeResponse: Access code response
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.

AddScepAccountCallback

public static interface BlockIDSDK.AddScepAccountCallback

  • Callback for event when SCEP account is being added.

Method Summary

void onScepAccountAdded(boolean status, ErrorManager.ErrorResponse error)

  • Called when SCEP account is added.
Parameters
statusboolean: Indicates if the SCEP account is added or not.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned

AuthenticateFIDO2KeyCallback

public static interface BlockIDSDK.AuthenticateFIDO2KeyCallback

  • Callback for event when FIDO2 key is authenticated.

Method Summary

void onAuthenticateFIDO2Key(boolean status, ErrorResponse errorResponse)

  • Called when FIDO2 key is authenticated.
Parameters
statusboolean: Indicates if the FIDO2 key is authenticated or not
errorErrorResponse: In case of error, an object of ErrorResponse is returned

AuthenticateUserCallback

public static interface BlockIDSDK.AuthenticateUserCallback

  • Callback for event when user has been authentication.

Method Summary

void onUserAuthenticated(boolean status, String sessionId, ErrorManager.ErrorResponse error)

  • Called when user has been authenticated.
Parameters
statusboolean: Indicates if the user is authenticated or not.
sessionIdString: Returns session id for user authentication.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned

BIDTenantRegistryCallback

public static interface BlockIDSDK.BIDTenantRegistryCallback

  • Callback for event when application tenant is registered.

Method Summary

void onTenantRegistration(boolean status, ErrorManager.ErrorResponse error, BIDTenant tenant)

  • Called when application tenant is registered.
Parameters
statusboolean: Indicates if the user is linked or not.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned
tenantBIDTenant: An object of BIDTenant being registered

FIDO2Callback

public static interface BlockIDSDK.FIDO2Callback

  • Callback for event when FIDO2 key is registered or authenticated.

Method Summary

void onFIDO2Response(boolean status, ErrorResponse errorResponse)

  • Called when FIDO2 key is authenticated.
Parameters
statusboolean: Indicates if the FIDO2 key is registered or authenticated.
errorErrorResponse: In case of error, an object of ErrorResponse is returned.

FetchDocumentsCallback

public static interface BlockIDSDK.FetchDocumentsCallback

  • Callback for event when user's document is fetched.

Method Summary

void onFetchDocumentsCallback(boolean status, LinkedHashMap<String, Object> result, ErrorManager.ErrorResponse error,)

  • Callback for event when user's document is fetched.
Parameters
statusboolean: Indicates if the user''s document is fetched or not.
resultLinkedHashMap<String, Object>: A Hash-map of user document is returned
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.

GenerateNewSessionListener

public static interface BlockIDSDK.GenerateNewSessionListener

  • Callback for event when new session is created (generated).

Method Summary

void onNewSessionGenerated(boolean status, String sessionURL, SessionApi.GenerateNewSessionResponsePayload result, ErrorManager.ErrorResponse errorResponse)

  • Called when new session is created (generated).
Parameters
statusboolean: Indicates if the new session is created (generated) or not
sessionURLString: Result of new session being received.
resultSessionApi.GenerateNewSessionResponsePayload: A response payload after new session is created (generated)
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned

GetScopeCallback

public static interface BlockIDSDK.GetScopeCallback

  • Callback for event when scopes are received.

Method Summary

void onGetScopeResponse(LinkedHashMap<String, Object> response, ErrorResponse error)

  • Called when all scopes are received.
Parameters
responseLinkedHashMap<String, Object> : scopes map.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.

GlobalConfigCallback

public static interface BlockIDSDK.GlobalConfigCallback

  • Callback for event when scopes are received.

Method Summary

void onGlobalConfigCallback(booleanstatus, String result, ErrorResponse error);

  • Callback for event when scopes are received.
Parameters
statusboolean : Indicates if the global config is received or not.
resultString: Global Config details are returned.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.

GetNewSessionListener

public static interface BlockIDSDK.GetNewSessionListener

  • Callback for event when new session is received.

Method Summary

void onNewSessionReceived(boolean status, String result, ErrorManager.ErrorResponse errorResponse)

  • Called when new session is received.
Parameters
statusboolean: Indicates if the new session is received or not
resultString: Result of new session being received.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned

IAccountRestoreListener

public static interface BlockIDSDK.IAccountRestoreListener

  • Callback for event when user account is restored.

Method Summary

void onAccountRestoreListener(boolean status, ErrorManager.ErrorResponse error, String message)

  • Called when user account is restored.
Parameters
statusboolean: Indicates if user account is restored or not.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned
messageString: Error / Success message

IADValidationCallback

public static interface BlockIDSDK.IADValidationCallback

  • Callback for event when user's account validation is required.

Method Summary

void ifAdValidationRequired(boolean status, ErrorManager.ErrorResponse error, BIDGenericResponse bidGenericResponse, String userID)

  • Called when user's account validation is required.
Parameters
statusboolean: Indicates if user's account validation is required
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned
bidGenericResponseBIDGenericResponse: An optional object of BIDGenericResponse
userIDString: UserID for which the account validation is required

IALCallback

public static interface BlockIDSDK.IALCallback

  • Callback for event when user's IAL is received.

Method Summary

void onIALResponse(boolean status, String ialValue, ErrorResponse error);

  • Called when user's IAL is received.
Parameters
statusboolean: Indicates if user's account validation is required.
ialValueString: Indicates user's current IAL value.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.

ILiveIDEnrollListener

public static interface BlockIDSDK.ILiveIDEnrollListener

  • Callback for event when Live ID is enrolled (registered).

Method Summary

void onLiveIDEnrollment(boolean enroll_status, String msg, ErrorManager.ErrorResponse errorResponse)

  • Called when Live ID enrollment (registration) is completed.
Parameters
enroll_statusboolean: Indicates if the Live ID is enrolled (registered) or not
msgString: Error message in case of Live ID enrollment (registered) is failed
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned

IVerifyDocumentListener

public static interface BlockIDSDK.IVerifyDocumentListener

  • Callback for event when document verification service is used.

Method Summary

void onDocumentVerify(boolean status, String documentVerification, ErrorResponse error)

  • Called when application uses document verification service.
Parameters
statusboolean: Indicates if the user is linked or not.
documentVerificationString: Result of document verification.
errorErrorResponse: In case of error, an object of ErrorResponse is returned

KYCCallback

public interface BlockIDSDK.KYCCallback

  • Callback for event when KYC has is received.

Method Summary

void onKYCResponse(boolean status, String kycHash, ErrorResponse error)

  • Called when application uses KYC Hash.
Parameters
statusboolean: Indicates if the KYV has is generated or not.
documentVerificationString: Result of generated hash.
errorErrorResponse: In case of error, an object of ErrorResponse is returned.

LinkUserCallback

public static interface BlockIDSDK.LinkUserCallback

  • Callback for event when user account is linked.

Method Summary

void onLinkedUser(boolean status, ErrorManager.ErrorResponse error)

  • Called when user is linked.
Parameters
statusboolean: Indicates if the user is linked or not.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned

MessageGatewaysCallback

public interface BlockIDSDK.MessageGatewaysCallback

  • Callback for message gateways.

Method Summary

void onMessageGatewaysResponse(boolean status, ArrayList<MessageGateway> messageGateways, ErrorResponse error)

  • Called when requesting a list of gateways
Parameters
statusboolean: Indicates if get Mesasge Gateway successfully completed or errored
messageGatewaysArrayList<MessageGateway>: List of MessageGateway object
errorErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.

RegisterFIDO2KeyCallback

public static interface BlockIDSDK.RegisterFIDO2KeyCallback

  • Callback for event when FIDO2 key is registered.

Method Summary

void onRegisterFIDO2Key(boolean status, ErrorResponse errorResponse)

  • Called when FIDO2 key is registered.
Parameters
statusboolean: Indicates if the FIDO2 key is registered or not
errorErrorResponse: In case of error, an object of ErrorResponse is returned

ResetPasswordCallback

public static interface BlockIDSDK.ResetPasswordCallback

  • Callback for event when password is reset.

Method Summary

void onPasswordReset(boolean status, ErrorManager.ErrorResponse error)

  • Called when password is reset.
Parameters
statusboolean: Indicates if the password is reset or not.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned

SCEPCertificateCallback

public static interface BlockIDSDK.SCEPCertificateCallback

  • Callback for SCEP Check

Method Summary

void onSCEPCertificateResponse(boolean status, ErrorResponse error)

Parameters
statusboolean: Indicates if the scep check is successfully completed or errored
errorErrorResponse: In case of error, an object of ErrorResponse is returned.

UnlinkAccountCallback

public static interface BlockIDSDK.UnlinkAccountCallback

  • Callback for event when user account is unlinked.

Method Summary

void onUnlinkAccount(boolean status, ErrorManager.ErrorResponse error)

  • Called when user account is unlinked.
Parameters
statusboolean: Indicates if the user account is unlinked or not
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned

UpdateAccountInfoCallback

public static interface BlockIDSDK.UpdateAccountInfoCallback

  • Callback when account information is updated.

Method Summary

void onUpdateAccountInfo(boolean status, ErrorManager.ErrorResponse error)

  • Callback when account information is updated.
Parameters
statusboolean: Indicates if the user account is updated or not.
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.

VCCallback

public static interface BlockIDSDK.VCCallback

  • Callback for event when VC data is received.

Method Summary

void onVCResponse(boolean status, String vcData, ErrorManager.ErrorResponse errorResponse)

  • Called when VC data is received.
Parameters
statusboolean: Indicates if the user account is unlinked or not.
vcDataString: VC data
errorResponseErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.

VPCallback

public static interface BlockIDSDK.VPCallback

  • Callback for event when VP data is received.

Method Summary

void onVPResponse(boolean status, String vcData, ErrorManager.ErrorResponse error)

  • Called when VP data is received.
Parameters
statusboolean: Indicates if the user account is unlinked or not.
resultString: VP data
errorErrorManager.ErrorResponse: In case of error, an object of ErrorManager.ErrorResponse is returned.