Struct winapi::wincrypt::CRYPT_PKCS8_IMPORT_PARAMS [] [src]

pub struct CRYPT_PKCS8_IMPORT_PARAMS {
    pub PrivateKey: CRYPT_DIGEST_BLOB,
    pub pResolvehCryptProvFunc: PCRYPT_RESOLVE_HCRYPTPROV_FUNC,
    pub pVoidResolveFunc: LPVOID,
    pub pDecryptPrivateKeyFunc: PCRYPT_DECRYPT_PRIVATE_KEY_FUNC,
    pub pVoidDecryptFunc: LPVOID,
}

Fields

PrivateKey
pResolvehCryptProvFunc
pVoidResolveFunc
pDecryptPrivateKeyFunc
pVoidDecryptFunc

Trait Implementations

impl Clone for CRYPT_PKCS8_IMPORT_PARAMS

fn clone(&self) -> CRYPT_PKCS8_IMPORT_PARAMS

fn clone_from(&mut self, source: &Self)

Derived Implementations

impl Copy for CRYPT_PKCS8_IMPORT_PARAMS