WritableIdentityCredential
Class used to personalize a new identity credential.
Note that the credential is not persisted until calling personalize.
Once persisted, the PII in a credential can be updated using update. Use createCredential to create a new credential.
Functions
Link copied to clipboard
abstract fun getCredentialKeyCertificateChain(@NonNull challenge: Array<Byte>): Collection<X509Certificate>
Generates and returns an X.509 certificate chain for the CredentialKey which identifies this credential to the issuing authority.
Link copied to clipboard
Stores all of the data in the credential, with the specified access control profiles.