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