Package google.registry.rde
Class BrdaCopyAction
- java.lang.Object
-
- google.registry.rde.BrdaCopyAction
-
- All Implemented Interfaces:
java.lang.Runnable
public final class BrdaCopyAction extends java.lang.Object implements java.lang.Runnable
Action that re-encrypts a BRDA escrow deposit and puts it into the upload bucket.This action is run for each BRDA staging file it generates. The staging file is encrypted with our internal
Ghostryde
encryption. We then re-encrypt it as a RyDE file, which is what the third-party escrow provider understands.Then we put the RyDE file (along with our digital signature) into the configured BRDA bucket. This bucket is special because a separate script will rsync it to the third party escrow provider SFTP server. This is why the internal staging files are stored in the separate RDE bucket.
- See Also:
- Registry Agreement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PATH
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
PATH
public static final java.lang.String PATH
- See Also:
- Constant Field Values
-
-