Type Alias cosmian_crypto_core::X25519PublicKey

source ·
pub type X25519PublicKey = X25519CurvePoint;

Aliased Type§

struct X25519PublicKey(/* private fields */);

Trait Implementations§

source§

impl EciesEcSharedPoint for X25519PublicKey

source§

fn to_vec(&self) -> Vec<u8>

source§

impl EncodePublicKey for X25519PublicKey

source§

fn to_public_key_der(&self) -> Result<Document>

Serialize a Document containing a SPKI-encoded public key.
source§

fn to_public_key_pem(&self, line_ending: LineEnding) -> Result<String, Error>

Serialize this public key as PEM-encoded SPKI with the given LineEnding.
source§

fn write_public_key_der_file(&self, path: impl AsRef<Path>) -> Result<(), Error>

Write ASN.1 DER-encoded public key to the given path
source§

fn write_public_key_pem_file( &self, path: impl AsRef<Path>, line_ending: LineEnding, ) -> Result<(), Error>

Write ASN.1 DER-encoded public key to the given path