protoncore_android/key/domain/src/main/kotlin/me/proton/core/key/domain
marin thiercelin 17316b31b6
Make SignedKeyList.data and signature nullable.
There are some cases where the backend will return null strings
for SignedKeyList.signature, we adapt the model to be able to handle
these cases.
2021-11-08 12:44:52 +01:00
..
entity Make SignedKeyList.data and signature nullable. 2021-11-08 12:44:52 +01:00
extension KeyStoreCrypto fallback if Android KeyStore is not properly working. 2021-09-21 16:25:03 +02:00
repository Key/User : fix handling of signed key lists 2021-10-15 14:57:03 +02:00
KeyHolderCrypto.kt Added KeyHolderContext encryptAndSignData and decryptAndVerifyData with KeyPacket and SessionKey. 2021-10-28 15:56:11 +00:00
PrivateKeyCrypto.kt Key/User : fix handling of signed key lists 2021-10-15 14:57:03 +02:00
PublicAddressCrypto.kt Replaced Signature Verification validAtUtc (Long) by VerificationTime (Ignore, Now, Utc). 2021-10-08 16:10:19 +02:00
PublicKeyCrypto.kt Replaced Signature Verification validAtUtc (Long) by VerificationTime (Ignore, Now, Utc). 2021-10-08 16:10:19 +02:00
PublicKeyRingCrypto.kt Replaced Signature Verification validAtUtc (Long) by VerificationTime (Ignore, Now, Utc). 2021-10-08 16:10:19 +02:00
SessionKeyCrypto.kt Added KeyHolderContext encryptAndSignData and decryptAndVerifyData with KeyPacket and SessionKey. 2021-10-28 15:56:11 +00:00
UnlockedPrivateKeyCrypto.kt Key/User : fix handling of signed key lists 2021-10-15 14:57:03 +02:00