Struct safe_core::ffi::ipc::resp::AppKeys [] [src]

#[repr(C)]
pub struct AppKeys { pub owner_key: SignPublicKey, pub enc_key: SymSecretKey, pub sign_pk: SignPublicKey, pub sign_sk: SignSecretKey, pub enc_pk: AsymPublicKey, pub enc_sk: AsymSecretKey, }

Represents the needed keys to work with the data.

Fields

Owner signing public key

Data symmetric encryption key

Asymmetric sign public key.

This is the identity of the App in the Network.

Asymmetric sign private key.

Asymmetric enc public key.

Asymmetric enc private key.

Trait Implementations

impl Copy for AppKeys
[src]

impl Clone for AppKeys
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more