Mobile signature
The TIDMA_MOBILE_SIGNATURE table holds the specific attributes of mobile signature credentials, like the MSSP-specific identificator, the URI-based identifier of MSSP and the X509 signer certificate in PEM format. The phone number of the mobile device (MSISDN) is stored as the credential value.
The TIDMA_MOBILE_SIGNATURE table is an extension of the TIDMA_CREDENTIAL base table in All credentials, which lists attributes that are valid for all credentials.
Database table TIDMA_MOBILE_SIGNATURE
DB attribute | Java data type (max. size), defaults | Description |
---|---|---|
credential_id | Long, not NULL | Foreign key that links to information in the table TIDMA_CREDENTIAL |
identificator | String(50), not NULL | MSSP-specific identifier of the mobile signature credential |
mobile_signature_id | Long, not NULL | Primary key (uniquely identifies each individual credential) |
mssp_identifier | String(50), not NULL | URI-based identifier of MSSP |
signer_cert | String(4000), nullable | X509 signer certificate in PEM format |