2017-09-14 18:21:04 +00:00
|
|
|
class Header(object):
|
|
|
|
def __init__(self, header_path=None):
|
|
|
|
"""
|
|
|
|
Initializes a header object that contains metadata about a storage
|
|
|
|
object (ie: EncryptedFile)
|
|
|
|
|
|
|
|
:param bytes/string header_path: Path to the file containing the header
|
|
|
|
"""
|
|
|
|
pass
|