Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/
DRemotelyProvisionedKey.java49 public byte[] getKeyBlob() { in getKeyBlob() method in RemotelyProvisionedKey
/packages/modules/RemoteKeyProvisioning/system-server/api/
Dsystem-server-current.txt12 method @NonNull public byte[] getKeyBlob();
/packages/modules/RemoteKeyProvisioning/system-server/tests/unit/src/android/security/rkp/service/test/
DRegistrationProxyTests.java344 assertThat(key.getKeyBlob()).isEqualTo(fakeKey.keyBlob); in getKeyAsyncSuccess()