# Functions
AddJSONChecksum adds a checksum to a text file.
No description provided by the author
AddTextFileChecksum adds a checksum to a text file.
AddToSigFile adds the given signature to the signature file.
AddYAMLChecksum adds a checksum to a yaml file.
MakeSigFileSection creates a new section for a signature file.
ParseSigFile parses a signature file and extracts any jess signatures from it.
SignFile signs a file and replaces the signature file with a new one.
SignFileData signs the given file checksum and metadata.
VerifyFile verifies the given files and returns the verified file data.
VerifyFileData verifies the given signed file data and returns the file data.
VerifyJSONChecksum checks a checksum in a text file.
No description provided by the author
VerifyTextFileChecksum checks a checksum in a text file.
VerifyYAMLChecksum checks a checksum in a yaml file.
# Constants
Extension holds the default file extension to be used for signature files.
JSON file metadata keys.
JSON file metadata keys.
JSON file metadata keys.
Text file metadata keys.
Text file metadata keys.
TextPlacementAfterComment places the metadata at end of the top comment block, or at the top, if the first line is not a comment.
TextPlacementBottom places the metadata at end of file.
TextPlacementTop places the metadata at end of file.
Text file metadata keys.
# Variables
Text Operation Errors.
Text Operation Errors.
Text Operation Errors.
Text Operation Errors.
# Type aliases
TextPlacement signifies where jess metadata is put in text files.