1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-29 06:54:50 +02:00
pgpainless/pgpainless-core/src/main/java/org/pgpainless
2023-06-06 11:00:44 +02:00
..
algorithm Fix typo in feature name 2023-05-30 14:51:32 +02:00
decryption_verification TeeBCPGInputStream: Annotate byte[] arg as @Nonnull 2023-05-03 17:19:18 +02:00
encryption_signing Allow setting custom version header when encrypting/signing message 2023-06-05 20:18:06 +02:00
exception Clean up old unused code 2022-11-23 20:40:40 +01:00
implementation Remove unused provideSessionKeyDataDecryptorFactory() methods 2022-09-13 20:27:16 +02:00
key Replace new Date().getTime() with System.getCurrentTimeMillis() 2023-06-02 00:01:34 +02:00
policy Set AES-128 as default symmetric algorithm. 2023-06-02 14:28:19 +02:00
provider ProviderFactory: Provide default implementation of _getProviderName() 2023-06-05 19:30:14 +02:00
signature Direct-Key signatures are calculated over the signee only, not the signer plus signee 2023-06-06 11:00:44 +02:00
util Allow setting custom version header when encrypting/signing message 2023-06-05 20:18:06 +02:00
package-info.java Reuse compliance 2021-10-07 16:28:31 +02:00
PGPainless.java Make more of the API null-safe by using @Nonnull/@Nullable 2023-05-03 16:03:50 +02:00