PKCS#8 encrypted private key container used with PEM reading/writing.
Synopsis
Declared in <openssl/x509.h>
struct private_key_st;
Data Members
Name |
Description |
Symmetric cipher parameters used to encrypt/decrypt |
|
Decrypted private key corresponding to |
|
AlgorithmIdentifier for the encrypted private key in |
|
Encrypted private‐key octets (PKCS#8 encrypted content). |
|
Symmetric key bytes of length |
|
Non‐zero when |
|
Length in bytes of the symmetric key held in |
|
PKCS#8 version number for the encrypted private key container. |
Created with MrDocs