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): (source)

Undocumented

Parameters
data:bytesUndocumented
Returns
ed25519.Ed25519PrivateKeyUndocumented
@classmethod
def generate(cls): (source)

Undocumented

Returns
ed25519.Ed25519PrivateKeyUndocumented
def __bytes__(self): (source)

Undocumented

Returns
bytesUndocumented
def __eq__(self, other): (source)

Undocumented

Parameters
other:objectUndocumented
Returns
boolUndocumented
def __hash__(self): (source)

Undocumented

Returns
intUndocumented
def __init__(self, data): (source)

Undocumented

Parameters
data:bytesUndocumented
def __ne__(self, other): (source)

Undocumented

Parameters
other:objectUndocumented
Returns
boolUndocumented
def private_bytes(self, encoding, format, encryption_algorithm): (source)

Undocumented

Parameters
encoding:serialization.EncodingUndocumented
format:serialization.PrivateFormatUndocumented
encryption_algorithm:serialization.KeySerializationEncryptionUndocumented
Returns
bytesUndocumented
def public_key(self): (source)

Undocumented

Returns
ed25519.Ed25519PublicKeyUndocumented
def sign(self, data): (source)

Undocumented

Parameters
data:bytesUndocumented
Returns
bytesUndocumented
_key = (source)

Undocumented