plebble
|
This is the complete list of members for us::gov::crypto::ec, including all inherited members.
[static initializer] | us::gov::crypto::ec | inlinepackagestatic |
_instance | us::gov::crypto::ec | privatestatic |
bit_size() | us::gov::crypto::ec | inlinestatic |
ctx | us::gov::crypto::ec | |
curve | us::gov::crypto::ec | package |
dsa | us::gov::crypto::ec | package |
ec() | us::gov::crypto::ec | |
ec(const ec &)=delete | us::gov::crypto::ec | |
ec() | us::gov::crypto::ec | inlineprivate |
ec(String curve_name, String algorithm, String signature_algorithm) | us::gov::crypto::ec | inline |
factory | us::gov::crypto::ec | package |
from_b58(const string &hex) | us::gov::crypto::ec | static |
generate_keypair() | us::gov::crypto::ec | inline |
generate_keypair(PrivateKey k) | us::gov::crypto::ec | inline |
generate_private_int() | us::gov::crypto::ec | inline |
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::ec | inline |
generate_shared_key(PrivateKey priv, PublicKey pub, int length) | us::gov::crypto::ec | inline |
generator | us::gov::crypto::ec | package |
get_keypair(BigInteger priv) | us::gov::crypto::ec | inline |
get_point(byte[] pub) | us::gov::crypto::ec | inlineprivate |
get_private_int(PrivateKey k0) | us::gov::crypto::ec | inline |
get_private_int(KeyPair keypair) | us::gov::crypto::ec | inlineprivate |
get_private_key(BigInteger k) | us::gov::crypto::ec | inline |
get_private_key(byte[] privateKey) | us::gov::crypto::ec | inline |
get_private_key(byte[] buffer, int offset) | us::gov::crypto::ec | inline |
get_public_key(byte[] buffer, int offset) | us::gov::crypto::ec | inline |
get_public_key(BigInteger priv) | us::gov::crypto::ec | inline |
get_public_key(PrivateKey priv) | us::gov::crypto::ec | inline |
get_public_key(ECPoint point) | us::gov::crypto::ec | inline |
get_public_key(byte[] public_key) | us::gov::crypto::ec | inline |
getKeyPair() | us::gov::crypto::ec | inline |
getPublicKey(byte[] priv) | us::gov::crypto::ec | inline |
Instance | us::gov::crypto::ec | static |
instance | us::gov::crypto::ec | static |
multiply(ECPoint point, BigInteger d) | us::gov::crypto::ec | inline |
operator=(const ec &)=delete | us::gov::crypto::ec | |
secure_random | us::gov::crypto::ec | package |
sig_t typedef | us::gov::crypto::ec | |
sigmsg_hasher_t typedef | us::gov::crypto::ec | |
sign(const keys::priv_t &pk, const string &text, sig_t &signature) const | us::gov::crypto::ec | |
sign(const keys::priv_t &pk, const vector< unsigned char > &msg, sig_t &signature) const | us::gov::crypto::ec | |
sign(const keys::priv_t &pk, const sigmsg_hasher_t::value_type &, sig_t &signature) const | us::gov::crypto::ec | |
sign(byte[] priv, String message) | us::gov::crypto::ec | inline |
sign(PrivateKey priv, sha256.hash_t msgh) | us::gov::crypto::ec | inline |
sign_encode(byte[] priv, String message) | us::gov::crypto::ec | inline |
signature typedef | us::gov::crypto::ec | |
spec | us::gov::crypto::ec | package |
to_b58(byte[] k) | us::gov::crypto::ec | inline |
to_b58(PublicKey k) | us::gov::crypto::ec | inline |
to_b58(PrivateKey k) | us::gov::crypto::ec | inline |
to_vector(PublicKey pub) | us::gov::crypto::ec | inline |
to_vector(PrivateKey priv) | us::gov::crypto::ec | inline |
verify(const keys::pub_t &pk, const string &text, const sig_t &signature_der) const | us::gov::crypto::ec | |
verify(const keys::pub_t &pk, const vector< unsigned char > &msg, const sig_t &signature_der) const | us::gov::crypto::ec | |
verify(const keys::pub_t &pk, const sigmsg_hasher_t::value_type &msgh, const sig_t &signature_der) const | us::gov::crypto::ec | |
verify(const keys::pub_t &pk, const sigmsg_hasher_t::value_type &msgh, const sig_t &signature_der, ostream &err) const | us::gov::crypto::ec | |
verify(byte[] pub, String text, String signature_der_b58) | us::gov::crypto::ec | inline |
verify(PublicKey pub, sha256.hash_t msgh, byte[] signature_der) | us::gov::crypto::ec | inline |
verify_not_normalized(const keys::pub_t &pk, const string &text, const sig_t &signature_der) const | us::gov::crypto::ec | |
verify_not_normalized(const keys::pub_t &pk, const vector< unsigned char > &msg, const sig_t &signature_der) const | us::gov::crypto::ec | |
verify_not_normalized(const keys::pub_t &pk, const sigmsg_hasher_t::value_type &, const sig_t &signature_der) const | us::gov::crypto::ec | |
~ec() | us::gov::crypto::ec |