Home
last modified time | relevance | path

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

/cts/tests/tests/content/data/
Dreadme.txt30 …openssl cms -sign -binary -nosmimecap -in CtsPkgInstallTinyAppV2V3V4.digests -signer test-cert.x50…
31 …openssl cms -sign -binary -nosmimecap -in HelloWorld5.digests -signer test-cert.x509.pem -inkey te…
32 …openssl cms -sign -binary -nosmimecap -in HelloWorld5_hdpi-v4.digests -signer test-cert.x509.pem -…
33 …openssl cms -sign -binary -nosmimecap -in HelloWorld5_mdpi-v4.digests -signer test-cert.x509.pem -…
36 …lTinyAppV2V3V4.digests.signature -inform der -CAfile test-cert.x509.pem -signer test-cert.x509.pem…
/cts/tests/tests/keystore/src/android/keystore/cts/
DCurve25519Test.java172 Signature signer = Signature.getInstance("Ed25519"); in ed25519KeyGenerationAndSigningTest() local
173 signer.initSign(kp.getPrivate()); in ed25519KeyGenerationAndSigningTest()
174 signer.update(data); in ed25519KeyGenerationAndSigningTest()
175 byte[] sigBytes = signer.sign(); in ed25519KeyGenerationAndSigningTest()
DKeyPairGeneratorTest.java2217 Signature signer = Signature.getInstance(signAlgo, in testUniquenessOfAsymmetricKeys() local
2219 signer.initSign(keyPair.getPrivate()); in testUniquenessOfAsymmetricKeys()
2220 signer.update(msg); in testUniquenessOfAsymmetricKeys()
2221 byte[] signature = signer.sign(); in testUniquenessOfAsymmetricKeys()
/cts/hostsidetests/appsecurity/res/pkgsigverify/
Dgenerate-apks.sh32signer --key /ssd/android/cts/hostsidetests/appsecurity/certs/pkgsigverify/ec-p256.pk8 --cert /s…
48 …p256.x509.pem --key "${DIR}"/../../certs/pkgsigverify/ec-p256.pk8 --next-signer --cert "${DIR}"/..…
49 …p256.x509.pem --key "${DIR}"/../../certs/pkgsigverify/ec-p256.pk8 --next-signer --cert "${DIR}"/..…
50 …p256.x509.pem --key "${DIR}"/../../certs/pkgsigverify/ec-p256.pk8 --next-signer --cert "${DIR}"/..…
/cts/hostsidetests/appsecurity/test-apps/tinyapp/
DAndroid.bp54 // ec-p256.pk8 --next-signer --cert ec-p256_2.x509.pem --key ec-p256_2.pk8
86 // a rotated key and one signer in the lineage with default capabilities.
199 // two apps share the same previous signer in their lineage with different
491 // declared with the knownSigner flag. This app's current signer is in
508 // declared with the knownSigner flag. This app's current signer is not
526 // signing key with the current signer not in the array of certificate
527 // digests as declared by the test package, but the previous signer in
/cts/tests/signature/api-check/shared-libs-api/
DAndroid.bp96 ":com.android.mediadrm.signer{.public.api.txt}",
97 ":com.android.mediadrm.signer{.system.api.txt}",