这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: openwallet-foundation-labs/identity-credential

Tags

0.92.1

Toggle 0.92.1's commit message
Release 0.92.1

0.92.0

Toggle 0.92.0's commit message
Release 0.92.0

0.91.0

Toggle 0.91.0's commit message
Release 0.91.0

0.90

Toggle 0.90's commit message
Release 0.90

202411.1

Toggle 202411.1's commit message
Release 202411.1

funke.20240826.1

Toggle funke.20240826.1's commit message
Funke Release 20240826.1

202408.1

Toggle 202408.1's commit message
Release 202408.1

v20231002

Toggle v20231002's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Migrate Function For KeystoreIdentityCredential (#346)

Added a function to the KeystoreIdentityCredential class that creates a new
Credential (identity/src/main/java/com/android/identity/credential/Credential.java)
using the information in the given KeystoreIdentityCredential and deletes the
KeystoreIdentityCredential once the new Credential is created. This change required
additional functions in the Credential, CredentialStore, and AndroidKeystore classes
which allow Credential creation with an existing key so the credential key from the
KeystoreIdentityCredential could be preserved. A function in Utility.java to extract
key settings from an existing key as well as a function in CredentialData.java
to delete credential information while preserving the key were also added to aid in
this process.

Tested in MigrateFromKeystoreICStoreTest.

v20230420

Toggle v20230420's commit message
Disable strongbox on keystore writable IC