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 () constType: var::View
is_valid() const#
inline
bool crypto::Ecc::KeyObject< KeySize, Type >::is_valid () constType: bool
operator!=(const KeyObject &a) const#
inline
bool crypto::Ecc::KeyObject< KeySize, Type >::operator!= (const KeyObject &a) constType: bool
Parameters:
- const KeyObject &
a
operator==(const KeyObject &a) const#
inline
bool crypto::Ecc::KeyObject< KeySize, Type >::operator== (const KeyObject &a) constType: bool
Parameters:
- const KeyObject &
a
size() const#
inline
size_t crypto::Ecc::KeyObject< KeySize, Type >::size () constType: size_t
to_string() const#
inline
auto crypto::Ecc::KeyObject< KeySize, Type >::to_string () constType: auto