CryptoConverter
//d1-jpa/io.cybercrypt.d1.jpa.conversion/CryptoConverter/CryptoConverter
CryptoConverter
[d1-jpa]\
public voidCryptoConverter(Serializer<T>serializer, Cryptorcryptor, Encoder<U>encoder)
Create an instance of the CryptoConverter class.
Parameters
d1-jpa
| serializer | the Serializer used to serialize objects of type T. |
| cryptor | the Cryptor used for encryption. |
| encoder | the Encoder used for encoding bytes into objects of type U. |