Uses of Interface
org.saidone.service.crypto.CryptoService
Packages that use CryptoService
-
Uses of CryptoService in org.saidone.repository
Constructors in org.saidone.repository with parameters of type CryptoServiceModifierConstructorDescriptionEncryptedGridFsRepositoryImpl
(org.springframework.data.mongodb.gridfs.GridFsTemplate gridFsTemplate, org.springframework.data.mongodb.gridfs.GridFsOperations gridFsOperations, org.springframework.data.mongodb.core.MongoTemplate mongoTemplate, CryptoService cryptoService) Constructs an EncryptedGridFsRepositoryImpl with the required dependencies.EncryptedMongoNodeRepositoryImpl
(org.springframework.data.mongodb.core.MongoOperations mongoOperations, CryptoService cryptoService) Constructs an EncryptedMongoNodeRepositoryImpl with the given MongoOperations and CryptoService.EncryptedS3RepositoryImpl
(software.amazon.awssdk.services.s3.S3Client s3Client, CryptoService cryptoService) Creates a new repository instance using the given AWS client and cryptographic service. -
Uses of CryptoService in org.saidone.service.crypto
Classes in org.saidone.service.crypto that implement CryptoServiceModifier and TypeClassDescriptionclass
Base implementation forCryptoService
that provides common functionality for the concrete encryption services.class
Cryptographic service based on the Bouncy Castle provider that performs ChaCha20-Poly1305 encryption.class
CryptoService
implementation based on the JCA provider.