crypto/crypto library
Classes
-
BaseCryptoConfig<
D, K> - Crypto
-
CryptoConfig<
D, K> - LocalCrypto
Extensions
- aes on Uint8List
- CryptoContact on Crypto
- rsa on OAEPEncoding
Constants
- IV_BYTE_LENGTH → const int
Functions
-
contactCryptoConfig(
UserDto user, Crypto crypto) → BaseCryptoConfig< DecryptedContactDto, ContactDto> -
documentCryptoConfig(
Crypto crypto) → BaseCryptoConfig< DecryptedDocumentDto, DocumentDto> -
generateRandomPrivateAndPublicKeyPair(
) → Tuple2< String, String> -
healthElementCryptoConfig(
Crypto crypto) → BaseCryptoConfig< DecryptedHealthElementDto, HealthElementDto> -
patientCryptoConfig(
Crypto crypto) → BaseCryptoConfig< DecryptedPatientDto, PatientDto>