Skip to main content

crypto::Ecc::KeyObject

Types

Buffer#

using crypto::Ecc::KeyObject< KeySize, Type >::Buffer =  var::Array<u8, KeySize> 

Type: var::Array< u8, KeySize >

Functions

KeyObject()#

inline

crypto::Ecc::KeyObject< KeySize, Type >::KeyObject ()

KeyObject(Buffer buffer)#

inline explicit

crypto::Ecc::KeyObject< KeySize, Type >::KeyObject (Buffer buffer)

KeyObject(const var::StringView value)#

inline explicit

crypto::Ecc::KeyObject< KeySize, Type >::KeyObject (const var::StringView value)

KeyObject(var::View value)#

inline explicit

crypto::Ecc::KeyObject< KeySize, Type >::KeyObject (var::View value)

data()#

inline

var::View crypto::Ecc::KeyObject< KeySize, Type >::data ()

Type: var::View

data() const#

inline

var::View crypto::Ecc::KeyObject< KeySize, Type >::data () const

Type: var::View

is_valid() const#

inline

bool crypto::Ecc::KeyObject< KeySize, Type >::is_valid () const

Type: bool

operator!=(const KeyObject &a) const#

inline

bool crypto::Ecc::KeyObject< KeySize, Type >::operator!= (const KeyObject &a) const

Type: bool

Parameters:

operator==(const KeyObject &a) const#

inline

bool crypto::Ecc::KeyObject< KeySize, Type >::operator== (const KeyObject &a) const

Type: bool

Parameters:

size() const#

inline

size_t crypto::Ecc::KeyObject< KeySize, Type >::size () const

Type: size_t

to_string() const#

inline

auto crypto::Ecc::KeyObject< KeySize, Type >::to_string () const

Type: auto