Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DPutOverflowTest.java25 Class<?> keystoreClass = Class.forName("android.security.KeyStore"); in testCrash() local
26 Method getInstance = keystoreClass.getMethod("getInstance"); in testCrash()
27 Method put = keystoreClass.getMethod("put", in testCrash()