Home
last modified time | relevance | path

Searched defs:credentialPath (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tink/tools/tinkey/src/main/java/com/google/crypto/tink/tinkey/
H A DTinkeyUtil.java68 KeyTemplate keyTemplate, String outFormat, String masterKeyUri, String credentialPath) in createKeyset()
83 String credentialPath, in createKeyset()
99 String credentialPath, in manipulateKey()
125 writeKeyset(manager.getKeysetHandle(), outputStream, outFormat, masterKeyUri, credentialPath); in manipulateKey() local
139 String credentialPath, in createKey()
157 writeKeyset(builder.build(), outputStream, outFormat, masterKeyUri, credentialPath); in createKey() local
169 String credentialPath) in writeKeyset()
229 InputStream inputStream, String inFormat, String masterKeyUri, String credentialPath) in getKeysetHandle()
H A DInOptions.java71 String credentialPath; field in InOptions
H A DCreateKeysetCommand.java46 String masterKeyUri, String credentialPath, KeyTemplate keyTemplate) in create()
H A DListKeysetCommand.java38 String inFormat, String masterKeyUri, String credentialPath) throws Exception { in list()
H A DRotateKeysetCommand.java43 String masterKeyUri, String credentialPath, in rotate()
H A DEnableKeyCommand.java40 String credentialPath, int keyId) throws Exception { in enable()
H A DAddKeyCommand.java51 String masterKeyUri, String credentialPath, in add()
H A DDeleteKeyCommand.java40 String credentialPath, int keyId) throws Exception { in delete()
H A DDisableKeyCommand.java40 String credentialPath, int keyId) throws Exception { in disable()
H A DDestroyKeyCommand.java40 String credentialPath, int keyId) throws Exception { in destroy()
H A DPromoteKeyCommand.java40 String credentialPath, int keyId) throws Exception { in promote()
H A DConvertKeysetCommand.java51 String masterKeyUri, String credentialPath, in convert()
H A DCreatePublicKeysetCommand.java41 InputStream inputStream, String inFormat, String masterKeyUri, String credentialPath) in create()
/aosp_15_r20/external/tink/tools/tinkey/src/test/java/com/google/crypto/tink/tinkey/
H A DTinkeyTestKmsClientTest.java50 Path credentialPath = Paths.get(directory.toString(), "credentials"); in test_clientCanBeLoadedWithCredential_works() local
75 Path credentialPath = Paths.get(directory.toString(), "credentials"); in test_clientCannotBeUsedWithWrongCredentials_throws() local
96 Path credentialPath = Paths.get(directory.toString(), "credentials"); in test_differentPrefix_works() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/awskms/
H A DAwsKmsClient.java94 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException { in withCredentials()
193 public static void register(Optional<String> keyUri, Optional<String> credentialPath) in register()
203 Optional<String> keyUri, Optional<String> credentialPath, @Nullable AWSKMS awsKms) in registerWithAwsKms()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/gcpkms/
H A DGcpKmsClient.java100 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException { in withCredentials()
190 public static void register(Optional<String> keyUri, Optional<String> credentialPath) in register()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DKmsClient.java34 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException; in withCredentials()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DFakeKmsClient.java62 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException { in withCredentials()