aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/main/java/com/yahoo/vespa/security/tool/crypto/CipherUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Support Zstd (un)compression during crypto CLI encryption and decryptionTor Brede Vekterli2023-01-041-0/+24
* Support auto-resolving private key files based on token key IDTor Brede Vekterli2022-11-171-1/+1
* Use BouncyCastle AES GCM cipher and I/O streams instead of JCATor Brede Vekterli2022-11-161-5/+5
* Support standard IO streams for several encryption tool commandsTor Brede Vekterli2022-10-311-15/+10
* Add basic tooling for public key encryption and decryptionTor Brede Vekterli2022-10-271-0/+37