Mark Paluch
|
9111891372
|
Reformat readme
See gh-591.
|
2020-12-01 17:01:39 +01:00 |
|
adeinega
|
dc17c5681f
|
Polishing
Original pull request: gh-591.
|
2020-12-01 17:01:38 +01:00 |
|
Mark Paluch
|
c38d18a1d6
|
Polishing
See gh-563.
|
2020-05-28 10:26:09 +02:00 |
|
Mark Paluch
|
2d4d9b714c
|
Consistently use https for linkable resources
Resolves gh-381.
|
2019-02-26 15:20:06 +01:00 |
|
Vikash Tiwari
|
722368d59e
|
Fix reference documentation links.
Closes gh-291.
|
2018-09-03 10:31:51 +02:00 |
|
Praveendra Singh
|
8abcb0b3a0
|
Added transit batch encrypt and decrypt support.
We now support batch encryption and decryption via VaultTransitOperations.
List<VaultEncryptionResult> batchEncryption = transitOperations.encrypt("mykey", Arrays.asList(Plaintext.of("hello"), Plaintext.of("world")));
Ciphertext encryptedHello = batchEncryption.get(0).get();
Ciphertext encryptedWorld = batchEncryption.get(1).get();
List<VaultDecryptionResult> batchDecryption = transitOperations.decrypt("mykey", Arrays.asList(encryptedHello, encryptedWorld));
Original pull request: gh-138.
Related ticket: gh-137.
Closes gh-138.
|
2017-09-18 10:48:29 +02:00 |
|
Mark Paluch
|
d77cb9462d
|
Setup 2.0 development.
Upgrade pom versions to 2.0.0.BUILD-SNAPSHOT. Upgrade Java version to 1.8.
See gh-67.
|
2017-06-29 08:01:08 +02:00 |
|
Mark Paluch
|
c2ef73373f
|
Post-release cleanups.
See gh-72.
|
2017-04-10 10:44:56 +02:00 |
|
Mark Paluch
|
017ea87c1e
|
Switch Readme links to snapshot documentation.
For now, there is no release version yet so readme points to snapshots.
Fixes gh-34.
|
2016-11-09 08:27:40 +01:00 |
|
Mark Paluch
|
0a4c902ec7
|
Fix HashiCorp lettercasing.
Fixes gh-33.
|
2016-10-28 16:57:45 +02:00 |
|
Mark Paluch
|
4e507f209e
|
Update readme.
Add quickstart, point pom.xml samples and usage samples.
See gh-31.
|
2016-10-28 12:34:28 +02:00 |
|
Mark Paluch
|
4d870ed4ff
|
Import documentation
|
2016-09-14 09:12:20 +02:00 |
|
Mark Paluch
|
b5e09f2d53
|
Initial import.
|
2016-09-14 08:51:14 +02:00 |
|