Commit Graph

404 Commits

Author SHA1 Message Date
Paul Schaub 41acdfe03a
ProxyOutputStream: Extend OutputStream 2023-11-15 12:42:56 +01:00
Paul Schaub edef899074
Fix GenerateKey --with-key-password option name 2023-11-15 12:42:41 +01:00
Paul Schaub baa44a6b1a
Kotlin conversion: SopCLI 2023-11-15 12:35:23 +01:00
Paul Schaub 0c2cf5cb19
Kotlin conversion: SOPExecutionExceptionHandler 2023-11-15 11:59:11 +01:00
Paul Schaub 5c2695228b
Kotlin conversion: SOPExceptionExitCodeMapper 2023-11-15 11:55:50 +01:00
Paul Schaub b251956f49
Delete unused Print class 2023-11-15 11:49:45 +01:00
Paul Schaub b884f2b1a9
Kotlin conversion: InlineVerifyCmd 2023-11-15 11:49:04 +01:00
Paul Schaub 2e118357e2
Kotlin conversion: InlineSignCmd 2023-11-15 11:40:46 +01:00
Paul Schaub e9a5467f6b
Kotlin conversion: GenerateKeyCmd 2023-11-15 11:33:34 +01:00
Paul Schaub 019dd63e1b
Kotlin conversion: ExtractCertCmd 2023-11-15 11:26:06 +01:00
Paul Schaub bfad8c4203
Kotlin conversion: EncryptCmd 2023-11-15 11:21:42 +01:00
Paul Schaub 159ffbe084
Add missing license headers 2023-11-04 18:32:01 +01:00
Paul Schaub 714c933cef
Kotlin conversion: InlineDetachCmd 2023-11-04 18:31:52 +01:00
Paul Schaub 9daabb758a
Kotlin conversion: DecryptCmd 2023-11-04 18:18:55 +01:00
Paul Schaub 8e65771e36
Kotlin conversion: ListProfilesCmd 2023-11-04 17:50:07 +01:00
Paul Schaub 688b8043a2
Kotlin conversion: DearmorCmd 2023-11-04 17:45:56 +01:00
Paul Schaub 49120c5da8
Kotlin conversion: ChangeKeyPasswordCmd 2023-11-04 17:41:07 +01:00
Paul Schaub 377a7287b3
Kotlin conversion: ArmorCmd 2023-11-04 17:34:30 +01:00
Paul Schaub 18865feaff
Kotlin conversion: RevokeKeyCmd 2023-11-04 17:26:38 +01:00
Paul Schaub 666d51384b
Kotlin conversion: AbstractSopCmd 2023-11-04 17:20:00 +01:00
Paul Schaub 256d1c5960
Kotlin conversion: SignCmd 2023-11-04 16:34:35 +01:00
Paul Schaub 8246359a85
Kotlin conversion: VerifyCmd 2023-11-04 16:15:35 +01:00
Paul Schaub 1de179c015
Kotlin conversion: VersionCmd 2023-11-04 16:07:37 +01:00
Paul Schaub 86b173bf1c
Update Changelog 2023-10-31 16:16:32 +01:00
Paul Schaub 5ee9414410
Encrypt: Add --session-key-out support 2023-10-31 16:00:04 +01:00
Paul Schaub a8829350a8
Merge pull request #21 from pgpainless/kotlin
Rewrite sop-java in Kotlin
2023-10-31 15:59:36 +01:00
Paul Schaub 7824ee92c5
Kotlin conversion: SOPGPException 2023-10-31 15:27:47 +01:00
Paul Schaub 94b428ef62
Kotlin conversion: UTF8Util 2023-10-31 15:18:48 +01:00
Paul Schaub e1a6ffd07a
Use @JvmField annotation 2023-10-31 15:18:39 +01:00
Paul Schaub 25a33611fd
Kotlin conversion: UTCUtil 2023-10-31 15:10:46 +01:00
Paul Schaub 05886228df
Kotlin conversion: ProxyOutputStream 2023-10-31 15:07:13 +01:00
Paul Schaub b7007cc007
Kotlin conversion: HexUtil 2023-10-31 15:00:21 +01:00
Paul Schaub 01f98df80b
Kotlin conversion: SignatureMode 2023-10-31 14:52:45 +01:00
Paul Schaub 30c369d24a
Kotlin conversion: SignAs 2023-10-31 14:51:16 +01:00
Paul Schaub be6be3deac
Kotlin conversion: InlineSignAs 2023-10-31 14:50:09 +01:00
Paul Schaub 1c290e0c8f
Kotlin conversion: EncryptAs 2023-10-31 14:48:48 +01:00
Paul Schaub d5c0d4e390
Kotlin conversion: ArmorLabel 2023-10-31 14:47:14 +01:00
Paul Schaub 4b9e2c206f
Fix DecryptionResult constructor 2023-10-31 14:46:41 +01:00
Paul Schaub 049c18c17b
Fix sop-java-picocli jar task 2023-10-31 14:45:56 +01:00
Paul Schaub d0ee9c2066
Kotlin conversion: Version 2023-10-31 14:38:34 +01:00
Paul Schaub a8c2e72ef5
Kotlin conversion: VerifySignatures 2023-10-31 14:30:24 +01:00
Paul Schaub 0ee4638beb
Kotlin conversion: RevokeKey 2023-10-31 14:28:59 +01:00
Paul Schaub 145cadef4f
Kotlin conversion: ListProfiles 2023-10-31 14:27:17 +01:00
Paul Schaub 6c14f249bb
Kotlin conversion: InlineVerify 2023-10-31 14:25:47 +01:00
Paul Schaub be0ceb0886
Kotlin conversion: InlineSign 2023-10-31 14:25:25 +01:00
Paul Schaub 9283f81c56
Replace ByteArrayInputStream with inputStream() 2023-10-31 14:22:12 +01:00
Paul Schaub 8df4a520bd
Kotlin conversion: InlineDetach 2023-10-31 14:20:29 +01:00
Paul Schaub 3e6ebe1cc4
Kotlin conversion: GenerateKey 2023-10-31 14:19:08 +01:00
Paul Schaub 653675f730
Kotlin conversion: ExtractCert 2023-10-31 14:17:12 +01:00
Paul Schaub 41db9d2ac7
Kotlin conversion: Encrypt 2023-10-31 14:15:56 +01:00