Skip to main content

SmartCredentialStartSignParms

Parameters for the smart credential start sign operation.

Properties

NameTypeDescriptionNotes
digestStringThe digest value that will be signed by the smart credential.[optional]
digestHashAlgStringThe hashing algorithm that will be used to sign the digest value. It must be one of the values "SHA-1", "SHA-224", "SHA-256", "SHA-384", "SHA-512".[optional]
digestKeyDigestKeyEnumSpecify which key on the smart credential is used to sign the digest. If not specified it defaults to PIV_AUTHENTICATION.[optional]
summaryStringThe smart credential push signature challenge that appears in the user's mobile application.[optional]

DigestKeyEnum

NameValue
PIV_AUTHENTICATION"PIV_AUTHENTICATION"
DIGITAL_SIGNATURE"DIGITAL_SIGNATURE"
CARD_AUTHENTICATION"CARD_AUTHENTICATION"