Home
last modified time | relevance | path

Searched defs:keyFile (Results 26 – 50 of 139) sorted by relevance

123456

/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/test/
H A DAbstractTest.java349 File keyFile = new File(filename); in deleteFile() local
364 File keyFile = new File(filename); in verifyFileExists() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/test/
H A DAbstractTest.java334 File keyFile = new File(filename); in deleteFile() local
351 File keyFile = new File(filename); in verifyFileExists() local
/aosp_15_r20/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/test/
H A DAbstractTest.java334 File keyFile = new File(filename); in deleteFile() local
351 File keyFile = new File(filename); in verifyFileExists() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/
H A DFileWatcherCertificateProviderTest.java85 private String keyFile; field in FileWatcherCertificateProviderTest
303 String keyFile, in commonErrorTest()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTest.java1132 private boolean isKeyInFile(String key, File keyFile) throws Exception { in isKeyInFile()
1139 private static List<String> adbKeyFileKeys(File keyFile) throws Exception { in adbKeyFileKeys()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSHelper.java46 public static Storage getStorage(Collection<String> scopes, File keyFile) throws IOException { in getStorage()
/aosp_15_r20/external/tink/java_src/examples/mac/
H A DMacExample.java53 Path keyFile = Paths.get(args[1]); in main() local
/aosp_15_r20/external/tink/java_src/examples/signature/
H A DSignatureExample.java56 Path keyFile = Paths.get(args[1]); in main() local
/aosp_15_r20/external/tink/java_src/examples/hybrid/
H A DHybridExample.java57 Path keyFile = Paths.get(args[1]); in main() local
/aosp_15_r20/external/tink/java_src/examples/aead/
H A DAeadExample.java55 Path keyFile = Paths.get(args[1]); in main() local
/aosp_15_r20/external/tink/java_src/examples/deterministicaead/
H A DDeterministicAeadExample.java55 Path keyFile = Paths.get(args[1]); in main() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/auth/
DServiceAccountKeyCredentialFactory.java79 Map<String, String> parseKeyFile(File keyFile) { in parseKeyFile()
/aosp_15_r20/external/tink/java_src/examples/cleartextkeyset/
H A DCleartextKeysetExample.java64 Path keyFile = Paths.get(args[1]); in main() local
/aosp_15_r20/external/tink/java_src/examples/encryptedkeyset/
H A DEncryptedKeysetExample.java65 Path keyFile = Paths.get(args[1]); in main() local
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudfront/src/main/java/software/amazon/awssdk/services/cloudfront/internal/utils/
H A DSigningUtils.java191 public static PrivateKey loadPrivateKey(Path keyFile) throws Exception { in loadPrivateKey()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Distio_echo.proto63 string keyFile = 17; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Distio_echo.proto63 string keyFile = 17; field
/aosp_15_r20/external/grpc-grpc-java/istio-interop-testing/third_party/istio/src/main/proto/test/echo/proto/
H A Decho.proto67 string keyFile = 17; field
/aosp_15_r20/external/tink/java_src/examples/streamingaead/
H A DStreamingAeadExample.java63 Path keyFile = Paths.get(args[1]); in main() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/security/certprovider/
H A DFileWatcherCertificateProviderProvider.java140 String keyFile; field in FileWatcherCertificateProviderProvider.Config
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
H A DAdvancedTlsX509KeyManager.java126 public Closeable updateIdentityCredentialsFromFile(File keyFile, File certFile, in updateIdentityCredentialsFromFile()
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/
DCallTime.java205 String keyFile = baseName + ".key"; in startTrace() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterOptions.java260 void setSchedulerServiceAccountKeyfile(File keyFile) { in setSchedulerServiceAccountKeyfile()
/aosp_15_r20/external/cronet/components/cronet/android/test/src/org/chromium/net/
H A DHttp2TestServer.java185 Http2TestServerRunnable(File certFile, File keyFile, CountDownLatch hangingUrlLatch) in Http2TestServerRunnable()
/aosp_15_r20/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c267 const char *keyFile = NULL; in main() local

123456