Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java333 PublicKey intermediateKey = intermediate.getPublicKey(); in validateSignatureChain() local
334 leaf.verify(intermediateKey); in validateSignatureChain()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java315 PublicKey intermediateKey = intermediate.getPublicKey(); in validateSignatureChain() local
316 leaf.verify(intermediateKey); in validateSignatureChain()