priam/src/main/java/com/netflix/priam/restore/AwsCrossAccountCryptographyRestoreStrategy.java [54:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Sleeper sleeper,
            @Named("filecryptoalgorithm") IFileCryptography fileCryptography,
            @Named("pgpcredential") ICredentialGeneric credential,
            ICompression compress,
            Provider<AbstractBackupPath> pathProvider,
            InstanceIdentity id,
            RestoreTokenSelector tokenSelector,
            MetaData metaData,
            InstanceState instanceState,
            IPostRestoreHook postRestoreHook) {

        super(
                config,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



priam/src/main/java/com/netflix/priam/restore/GoogleCryptographyRestoreStrategy.java [47:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Sleeper sleeper,
            @Named("filecryptoalgorithm") IFileCryptography fileCryptography,
            @Named("pgpcredential") ICredentialGeneric credential,
            ICompression compress,
            Provider<AbstractBackupPath> pathProvider,
            InstanceIdentity id,
            RestoreTokenSelector tokenSelector,
            MetaData metaData,
            InstanceState instanceState,
            IPostRestoreHook postRestoreHook) {
        super(
                config,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



