Home
last modified time | relevance | path

Searched defs:publicKeyFile (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tink/tools/tinkey/src/test/java/com/google/crypto/tink/tinkey/
H A DCreatePublicKeysetCommandTest.java63 Path publicKeyFile = Paths.get(path.toString(), "publicKeyFile"); in testCreatePublicKeyset_ed25519Json_works() local
92 Path publicKeyFile = Paths.get(path.toString(), "publicKeyFile"); in testCreatePublicKeyset_ed25519Binary_works() local
124 Path publicKeyFile = Paths.get(path.toString(), "publicKeyFile"); in testCreatePublicKeyset_ed25519_encrypted_json_works() local
167 Path publicKeyFile = Paths.get(path.toString(), "publicKeyFile"); in testCreatePublicKeyset_ed25519_encrypted_jsonBinaryMixed_works() local
/aosp_15_r20/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java323 File publicKeyFile, in addOtacert()
756 private final File publicKeyFile; field in SignApk.CMSSigner
770 public CMSSigner(JarFile inputJar, File publicKeyFile, in CMSSigner()
830 private static void signWholeFile(JarFile inputJar, File publicKeyFile, in signWholeFile()
/aosp_15_r20/out/soong/.intermediates/build/make/tools/signapk/signapk/linux_glibc_common/javac/
Dsignapk.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/build/soong/apex/
H A Dkey.go39 publicKeyFile android.Path member
H A Dapex.go436 publicKeyFile android.Path member
/aosp_15_r20/packages/modules/Connectivity/networksecurity/tests/unit/src/com/android/server/net/ct/
DCertificateTransparencyDownloaderTest.java322 File publicKeyFile = writePublicKeyToFile(mPublicKey); in testDownloader_endToEndSuccess_installNewVersion() local