class documentation

class CryptoKeyReader: (source)

View In Hierarchy

Default crypto key reader implementation

Method __init__ Create crypto key reader.
Instance Variable cryptoKeyReader Undocumented
def __init__(self, public_key_path, private_key_path): (source)

Create crypto key reader.

Parameters
public_key_path:strPath to the public key
private_key_path:strPath to private key
cryptoKeyReader = (source)

Undocumented