class documentation

Undocumented

Class Method from_private_bytes Undocumented
Class Method generate Undocumented
Method __bytes__ Undocumented
Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Method private_bytes Undocumented
Method public_key Undocumented
Method sign Undocumented
Instance Variable _key Undocumented
@classmethod
def from_private_bytes(cls, data: bytes) -> ed25519.Ed25519PrivateKey: (source)

Undocumented

Undocumented

def __bytes__(self) -> bytes: (source)

Undocumented

def __eq__(self, other: object) -> bool: (source)

Undocumented

def __hash__(self) -> int: (source)

Undocumented

def __init__(self, data: bytes): (source)

Undocumented

def __ne__(self, other: object) -> bool: (source)

Undocumented

def private_bytes(self, encoding: serialization.Encoding, format: serialization.PrivateFormat, encryption_algorithm: serialization.KeySerializationEncryption) -> bytes: (source)

Undocumented

Undocumented

def sign(self, data: bytes) -> bytes: (source)

Undocumented

Undocumented