Skip to main content

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

serializerthe Serializer used to serialize objects of type T.
cryptorthe Cryptor used for encryption.
encoderthe Encoder used for encoding bytes into objects of type U.