Versions in this module Expand all Collapse all v0 v0.1.0 May 24, 2023 v0.0.1 May 17, 2023 Changes in this version + const DECRYPT_RESOURCE_URL + const ENCRYPT_RESOURCE_URL + type Configuration struct + ArxURL string + Credential *onqlavecredentials.Credential + Debug bool + Retry *onqlaveconnection.RetrySettings + type KeyManager interface + FetchDecryptionKey func(edk []byte) (dk []byte, err *onqlaveerrors.OnqlaveError) + FetchEncryptionKey func() (edk []byte, dk []byte, algorithm string, err *onqlaveerrors.OnqlaveError) + func NewKeyManager(configuration *Configuration, randomService services.CPRNGService) KeyManager