Home
last modified time | relevance | path

Searched defs:withCredentials (Results 1 – 20 of 20) sorted by relevance

/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/gcpkms/
DGcpKmsClient.java100 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException { in withCredentials() method in GcpKmsClient
115 public KmsClient withCredentials(GoogleCredential credential) { in withCredentials() method in GcpKmsClient
128 public KmsClient withCredentials(GoogleCredentials credentials) throws GeneralSecurityException { in withCredentials() method in GcpKmsClient
/external/tink/java_src/src/main/java/com/google/crypto/tink/
DKmsClient.java34 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException; in withCredentials() method
/external/tink-java/src/main/java/com/google/crypto/tink/
DKmsClient.java34 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException; in withCredentials() method
/external/tink-java/src/main/java/com/google/crypto/tink/testing/
DFakeKmsClient.java63 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException { in withCredentials() method in FakeKmsClient
/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
DFakeKmsClient.java62 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException { in withCredentials() method in FakeKmsClient
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DTransportChannelProvider.java122 TransportChannelProvider withCredentials(Credentials credentials); in withCredentials() method
DFixedTransportChannelProvider.java123 public TransportChannelProvider withCredentials(Credentials credentials) { in withCredentials() method in FixedTransportChannelProvider
DApiCallContext.java61 ApiCallContext withCredentials(Credentials credentials); in withCredentials() method
/external/tink/tools/tinkey/src/main/java/com/google/crypto/tink/tinkey/
DTinkeyTestKmsClient.java81 public KmsClient withCredentials(String credentials) throws GeneralSecurityException { in withCredentials() method in TinkeyTestKmsClient
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/credentials/
DStaticCredentialsProvider.java75 public StaticCredentialsProviderBuilder withCredentials(Credentials credentials) { in withCredentials() method in StaticCredentialsProvider.StaticCredentialsProviderBuilder
/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/awskms/
DAwsKmsClient.java94 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException { in withCredentials() method in AwsKmsClient
/external/tink-java/src/main/java/com/google/crypto/tink/integration/android/
DAndroidKeystoreKmsClient.java123 public KmsClient withCredentials(String unused) throws GeneralSecurityException { in withCredentials() method in AndroidKeystoreKmsClient
/external/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/testing/
DLocalChannelProvider.java151 public TransportChannelProvider withCredentials(Credentials credentials) { in withCredentials() method in LocalChannelProvider
/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/android/
DAndroidKeystoreKmsClient.java149 public KmsClient withCredentials(String unused) throws GeneralSecurityException { in withCredentials() method in AndroidKeystoreKmsClient
/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
DInstantiatingHttpJsonChannelProvider.java168 public TransportChannelProvider withCredentials(Credentials credentials) { in withCredentials() method in InstantiatingHttpJsonChannelProvider
DHttpJsonCallContext.java219 public HttpJsonCallContext withCredentials(Credentials newCredentials) { in withCredentials() method in HttpJsonCallContext
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/
DFakeCallContext.java251 public FakeCallContext withCredentials(Credentials credentials) { in withCredentials() method in FakeCallContext
/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
DGrpcCallContext.java158 public GrpcCallContext withCredentials(Credentials newCredentials) { in withCredentials() method in GrpcCallContext
DInstantiatingGrpcChannelProvider.java220 public TransportChannelProvider withCredentials(Credentials credentials) { in withCredentials() method in InstantiatingGrpcChannelProvider
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
DClientContextTest.java197 public TransportChannelProvider withCredentials(Credentials credentials) { in withCredentials() method in ClientContextTest.FakeTransportProvider