Searched defs:jsonKey (Results 1 – 3 of 3) sorted by relevance
130 JsonObject jsonKey = element.getAsJsonObject(); in toPublicKeysetHandle() local210 JsonObject jsonKey = new JsonObject(); in convertJwtEcdsaKey() local260 JsonObject jsonKey = new JsonObject(); in convertJwtRsaSsaPkcs1() local302 JsonObject jsonKey = new JsonObject(); in convertJwtRsaSsaPss() local338 private static void validateUseIsSig(JsonObject jsonKey) throws GeneralSecurityException { in validateUseIsSig()345 private static void validateKeyOpsIsVerify(JsonObject jsonKey) throws GeneralSecurityException { in validateKeyOpsIsVerify()364 private static ProtoKeySerialization convertToRsaSsaPkcs1Key(JsonObject jsonKey) in convertToRsaSsaPkcs1Key()412 private static ProtoKeySerialization convertToRsaSsaPssKey(JsonObject jsonKey) in convertToRsaSsaPssKey()460 private static ProtoKeySerialization convertToEcdsaKey(JsonObject jsonKey) in convertToEcdsaKey()
377 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest() local390 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest() local397 String jsonKey = Files.asCharSource(new File(serviceAccountKeyFile), UTF_8).read(); in runTest() local
1836 public void serviceAccountCreds(String jsonKey, InputStream credentialsStream, String authScope) in serviceAccountCreds()1936 public void oauth2AuthToken(String jsonKey, InputStream credentialsStream, String authScope) in oauth2AuthToken()1962 public void perRpcCreds(String jsonKey, InputStream credentialsStream, String oauthScope) in perRpcCreds()