storeStaticAuthenticationData
Store authentication data associated with a dynamic authentication key.
This should only be called for an authenticated key returned by getAuthKeysNeedingCertification.
This is only implemented on FEATURE_VERSION_202101, fails with UnsupportedOperationException if using a store with a lesser version.
Parameters
The dynamic authentication key for which certification and associated static authentication data is being provided.
The expiration date of the static authentication data.
Static authentication data provided by the issuer that validates the authenticity and integrity of the credential data fields.
Throws
If the given authentication key is not recognized.
Deprecated
Use storeStaticAuthenticationData instead.
Store authentication data associated with a dynamic authentication key.
This should only be called for an authenticated key returned by getAuthKeysNeedingCertification.
Parameters
The dynamic authentication key for which certification and associated static authentication data is being provided.
Static authentication data provided by the issuer that validates the authenticity and integrity of the credential data fields.
Throws
If the given authentication key is not recognized.