Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java274 byte[] signDataWithKey(String algoIdentifier, PrivateKey privateKey) throws Exception { in signDataWithKey() method in KeyManagementTest
293 signDataWithKey(algoIdentifier, keyPair.getPrivate())); in verifySignatureOverData()