verify-sdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
verify-sdk
cardinfo
/
jp.co.pocketsign.verify.mynacard.cardinfo
/
LowLevelConfirmationAP
Low
Level
Confirmation
AP
class
LowLevelConfirmationAP
:
LowLevelConfirmationAPInterface
,
BaseAP
Members
Constructors
Low
Level
Confirmation
AP
Link copied to clipboard
constructor
(
session
:
ReaderSession
)
Functions
read
APInfo
Link copied to clipboard
open
suspend override
fun
readAPInfo
(
)
:
ByteArray
read
Date
Of
Birth
Content
Link copied to clipboard
open
suspend override
fun
readDateOfBirthContent
(
)
:
ByteArray
read
My
Number
Content
Link copied to clipboard
open
suspend override
fun
readMyNumberContent
(
)
:
ByteArray
read
Personal
Info
Content
Link copied to clipboard
open
suspend override
fun
readPersonalInfoContent
(
)
:
ByteArray
read
Verification
Public
Key
Link copied to clipboard
open
suspend override
fun
readVerificationPublicKey
(
)
:
ByteArray
select
AP
Link copied to clipboard
open
suspend override
fun
selectAP
(
)
sign
With
Authentication
Private
Key
Link copied to clipboard
open
suspend override
fun
signWithAuthenticationPrivateKey
(
data
:
ByteArray
)
:
ByteArray
verify
Date
Of
Birth
Password
Link copied to clipboard
open
suspend override
fun
verifyDateOfBirthPassword
(
password
:
String
)
verify
Verification
Number
A
Link copied to clipboard
open
suspend override
fun
verifyVerificationNumberA
(
password
:
String
)
verify
Verification
Number
B
Link copied to clipboard
open
suspend override
fun
verifyVerificationNumberB
(
password
:
String
)