Skip to content

Commit

Permalink
fix: added enable sscd to musap react native kms
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Jul 24, 2024
1 parent b1518de commit da8a411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/musap-rn-kms/src/agent/MusapKeyManagerSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class MusapKeyManagementSystem extends KeyManagementSystem {
constructor(keyStore: MusapModuleType) {
super(keyStore as unknown as AbstractPrivateKeyStore);
this.musapKeyStore = keyStore;
this.musapKeyStore.enableSscd('TEE')
}

async listKeys(): Promise<ManagedKeyInfo[]> {
Expand Down

0 comments on commit da8a411

Please sign in to comment.