Home
last modified time | relevance | path

Searched defs:caCertPath (Results 1 – 2 of 2) sorted by relevance

/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DGdchCredentials.java79 private final String caCertPath; field in GdchCredentials
109 String caCertPath = (String) json.get("ca_cert_path"); in fromJson() local
132 String caCertPath = (String) json.get("ca_cert_path"); in fromJson() local
383 private String caCertPath; field in GdchCredentials.Builder
436 public Builder setCaCertPath(String caCertPath) { in setCaCertPath()
510 public TransportFactoryForGdch(String caCertPath) throws IOException { in TransportFactoryForGdch()
519 private void setTransport(String caCertPath) throws IOException { in setTransport()
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DGdchCredentialsTest.java893 String caCertPath, in writeGdchServiceAccountJson()
928 String caCertPath, in writeGdchServiceAccountStream()