Home
last modified time | relevance | path

Searched refs:writeGdchServiceAccountStream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DGoogleCredentialsTest.java248 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccount_correct()
283 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccountNoFormatVersion_throws()
298 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccountNoProjectId_throws()
313 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccountNoPrivateKeyId_throws()
328 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccountNoPrivateKey_throws()
343 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccountNoServiceIdentityName_throws()
358 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccountNoTokenServerUri_throws()
373 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccountInvalidFormatVersion_throws()
390 GdchCredentialsTest.writeGdchServiceAccountStream( in fromStream_gdchServiceAccountInvalidCaCertPath_throws()
H A DGdchCredentialsTest.java922 static InputStream writeGdchServiceAccountStream( in writeGdchServiceAccountStream() method in GdchCredentialsTest
H A DDefaultCredentialsProviderTest.java398 GdchCredentialsTest.writeGdchServiceAccountStream( in getDefaultCredentials_GdchServiceAccount()