Searched refs:signer (Results 1 – 6 of 6) sorted by relevance
30 …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…
172 Signature signer = Signature.getInstance("Ed25519"); in ed25519KeyGenerationAndSigningTest() local173 signer.initSign(kp.getPrivate()); in ed25519KeyGenerationAndSigningTest()174 signer.update(data); in ed25519KeyGenerationAndSigningTest()175 byte[] sigBytes = signer.sign(); in ed25519KeyGenerationAndSigningTest()
2217 Signature signer = Signature.getInstance(signAlgo, in testUniquenessOfAsymmetricKeys() local2219 signer.initSign(keyPair.getPrivate()); in testUniquenessOfAsymmetricKeys()2220 signer.update(msg); in testUniquenessOfAsymmetricKeys()2221 byte[] signature = signer.sign(); in testUniquenessOfAsymmetricKeys()
32 …signer --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}"/..…
54 // ec-p256.pk8 --next-signer --cert ec-p256_2.x509.pem --key ec-p256_2.pk886 // a rotated key and one signer in the lineage with default capabilities.199 // two apps share the same previous signer in their lineage with different491 // declared with the knownSigner flag. This app's current signer is in508 // declared with the knownSigner flag. This app's current signer is not526 // signing key with the current signer not in the array of certificate527 // digests as declared by the test package, but the previous signer in
96 ":com.android.mediadrm.signer{.public.api.txt}",97 ":com.android.mediadrm.signer{.system.api.txt}",