Home
last modified time | relevance | path

Searched refs:attestKeyDescriptor (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyPairGeneratorSpi.java398 KeyDescriptor attestKeyDescriptor = new KeyDescriptor(); in buildAndCheckAttestKeyDescriptor() local
399 attestKeyDescriptor.domain = Domain.APP; in buildAndCheckAttestKeyDescriptor()
400 attestKeyDescriptor.alias = spec.getAttestKeyAlias(); in buildAndCheckAttestKeyDescriptor()
402 KeyEntryResponse attestKey = mKeyStore.getKeyEntry(attestKeyDescriptor); in buildAndCheckAttestKeyDescriptor()
409 return attestKeyDescriptor; in buildAndCheckAttestKeyDescriptor()