/aosp_15_r20/external/tink/tools/tinkey/src/main/java/com/google/crypto/tink/tinkey/ |
H A D | TinkeyUtil.java | 68 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 D | InOptions.java | 71 String credentialPath; field in InOptions
|
H A D | CreateKeysetCommand.java | 46 String masterKeyUri, String credentialPath, KeyTemplate keyTemplate) in create()
|
H A D | ListKeysetCommand.java | 38 String inFormat, String masterKeyUri, String credentialPath) throws Exception { in list()
|
H A D | RotateKeysetCommand.java | 43 String masterKeyUri, String credentialPath, in rotate()
|
H A D | EnableKeyCommand.java | 40 String credentialPath, int keyId) throws Exception { in enable()
|
H A D | AddKeyCommand.java | 51 String masterKeyUri, String credentialPath, in add()
|
H A D | DeleteKeyCommand.java | 40 String credentialPath, int keyId) throws Exception { in delete()
|
H A D | DisableKeyCommand.java | 40 String credentialPath, int keyId) throws Exception { in disable()
|
H A D | DestroyKeyCommand.java | 40 String credentialPath, int keyId) throws Exception { in destroy()
|
H A D | PromoteKeyCommand.java | 40 String credentialPath, int keyId) throws Exception { in promote()
|
H A D | ConvertKeysetCommand.java | 51 String masterKeyUri, String credentialPath, in convert()
|
H A D | CreatePublicKeysetCommand.java | 41 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 D | TinkeyTestKmsClientTest.java | 50 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 D | AwsKmsClient.java | 94 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 D | GcpKmsClient.java | 100 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 D | KmsClient.java | 34 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 D | FakeKmsClient.java | 62 public KmsClient withCredentials(String credentialPath) throws GeneralSecurityException { in withCredentials()
|