[−][src]Trait cryptouri::Encodable
Objects that can be encoded as CryptoUri
Required methods
fn to_uri_string(&self) -> String
Encode this object in URI generic syntax
fn to_dasherized_string(&self) -> String
Encode this object in URI-embeddable "dasherized" format
Implementors
impl Encodable for Hash[src]
fn to_uri_string(&self) -> String[src]
Serialize this Digest as a URI-encoded String
fn to_dasherized_string(&self) -> String[src]
Serialize this Digest as a "dasherized" String
impl Encodable for PublicKey[src]
fn to_uri_string(&self) -> String[src]
Serialize this PublicKey as a URI-encoded String
fn to_dasherized_string(&self) -> String[src]
Serialize this PublicKey as a "dasherized" String
impl Encodable for SecretKey[src]
fn to_uri_string(&self) -> String[src]
Serialize this SecretKey as a URI-encoded String
fn to_dasherized_string(&self) -> String[src]
Serialize this SecretKey as a "dasherized" String
impl Encodable for Signature[src]
fn to_uri_string(&self) -> String[src]
Serialize this Signature as a URI-encoded String
fn to_dasherized_string(&self) -> String[src]
Serialize this Signature as a "dasherized" String
impl Encodable for Sha256Hash[src]
fn to_uri_string(&self) -> String[src]
fn to_dasherized_string(&self) -> String[src]
impl Encodable for Ed25519PublicKey[src]
fn to_uri_string(&self) -> String[src]
fn to_dasherized_string(&self) -> String[src]
impl Encodable for Aes128GcmKey[src]
fn to_uri_string(&self) -> String[src]
fn to_dasherized_string(&self) -> String[src]
impl Encodable for Aes256GcmKey[src]
fn to_uri_string(&self) -> String[src]
fn to_dasherized_string(&self) -> String[src]
impl Encodable for ChaCha20Poly1305Key[src]
fn to_uri_string(&self) -> String[src]
fn to_dasherized_string(&self) -> String[src]
impl Encodable for Ed25519SecretKey[src]
fn to_uri_string(&self) -> String[src]
fn to_dasherized_string(&self) -> String[src]
impl Encodable for Ed25519Signature[src]
fn to_uri_string(&self) -> String[src]
fn to_dasherized_string(&self) -> String[src]
impl Encodable for CryptoUri[src]
fn to_uri_string(&self) -> String[src]
Serialize this CryptoUri as a URI-encoded String
fn to_dasherized_string(&self) -> String[src]
Serialize this CryptoUri as a "dasherized" String