plebble
us::gov::crypto::ec Member List

This is the complete list of members for us::gov::crypto::ec, including all inherited members.

[static initializer]us::gov::crypto::ecinlinepackagestatic
_instanceus::gov::crypto::ecprivatestatic
bit_size()us::gov::crypto::ecinlinestatic
ctxus::gov::crypto::ec
curveus::gov::crypto::ecpackage
dsaus::gov::crypto::ecpackage
ec()us::gov::crypto::ec
ec(const ec &)=deleteus::gov::crypto::ec
ec()us::gov::crypto::ecinlineprivate
ec(String curve_name, String algorithm, String signature_algorithm)us::gov::crypto::ecinline
factoryus::gov::crypto::ecpackage
from_b58(const string &hex)us::gov::crypto::ecstatic
generate_keypair()us::gov::crypto::ecinline
generate_keypair(PrivateKey k)us::gov::crypto::ecinline
generate_private_int()us::gov::crypto::ecinline
generate_shared_key(unsigned char *, size_t, const keys::priv_t &, const keys::pub_t &)us::gov::crypto::ec
generate_shared_key(byte[] priv, byte[] pub, int length)us::gov::crypto::ecinline
generate_shared_key(PrivateKey priv, PublicKey pub, int length)us::gov::crypto::ecinline
generatorus::gov::crypto::ecpackage
get_keypair(BigInteger priv)us::gov::crypto::ecinline
get_point(byte[] pub)us::gov::crypto::ecinlineprivate
get_private_int(PrivateKey k0)us::gov::crypto::ecinline
get_private_int(KeyPair keypair)us::gov::crypto::ecinlineprivate
get_private_key(BigInteger k)us::gov::crypto::ecinline
get_private_key(byte[] privateKey)us::gov::crypto::ecinline
get_private_key(byte[] buffer, int offset)us::gov::crypto::ecinline
get_public_key(byte[] buffer, int offset)us::gov::crypto::ecinline
get_public_key(BigInteger priv)us::gov::crypto::ecinline
get_public_key(PrivateKey priv)us::gov::crypto::ecinline
get_public_key(ECPoint point)us::gov::crypto::ecinline
get_public_key(byte[] public_key)us::gov::crypto::ecinline
getKeyPair()us::gov::crypto::ecinline
getPublicKey(byte[] priv)us::gov::crypto::ecinline
Instanceus::gov::crypto::ecstatic
instanceus::gov::crypto::ecstatic
multiply(ECPoint point, BigInteger d)us::gov::crypto::ecinline
operator=(const ec &)=deleteus::gov::crypto::ec
secure_randomus::gov::crypto::ecpackage
sig_t typedefus::gov::crypto::ec
sigmsg_hasher_t typedefus::gov::crypto::ec
sign(const keys::priv_t &pk, const string &text, sig_t &signature) constus::gov::crypto::ec
sign(const keys::priv_t &pk, const vector< unsigned char > &msg, sig_t &signature) constus::gov::crypto::ec
sign(const keys::priv_t &pk, const sigmsg_hasher_t::value_type &, sig_t &signature) constus::gov::crypto::ec
sign(byte[] priv, String message)us::gov::crypto::ecinline
sign(PrivateKey priv, sha256.hash_t msgh)us::gov::crypto::ecinline
sign_encode(byte[] priv, String message)us::gov::crypto::ecinline
signature typedefus::gov::crypto::ec
specus::gov::crypto::ecpackage
to_b58(byte[] k)us::gov::crypto::ecinline
to_b58(PublicKey k)us::gov::crypto::ecinline
to_b58(PrivateKey k)us::gov::crypto::ecinline
to_vector(PublicKey pub)us::gov::crypto::ecinline
to_vector(PrivateKey priv)us::gov::crypto::ecinline
verify(const keys::pub_t &pk, const string &text, const sig_t &signature_der) constus::gov::crypto::ec
verify(const keys::pub_t &pk, const vector< unsigned char > &msg, const sig_t &signature_der) constus::gov::crypto::ec
verify(const keys::pub_t &pk, const sigmsg_hasher_t::value_type &msgh, const sig_t &signature_der) constus::gov::crypto::ec
verify(const keys::pub_t &pk, const sigmsg_hasher_t::value_type &msgh, const sig_t &signature_der, ostream &err) constus::gov::crypto::ec
verify(byte[] pub, String text, String signature_der_b58)us::gov::crypto::ecinline
verify(PublicKey pub, sha256.hash_t msgh, byte[] signature_der)us::gov::crypto::ecinline
verify_not_normalized(const keys::pub_t &pk, const string &text, const sig_t &signature_der) constus::gov::crypto::ec
verify_not_normalized(const keys::pub_t &pk, const vector< unsigned char > &msg, const sig_t &signature_der) constus::gov::crypto::ec
verify_not_normalized(const keys::pub_t &pk, const sigmsg_hasher_t::value_type &, const sig_t &signature_der) constus::gov::crypto::ec
~ec()us::gov::crypto::ec