◆ constructor() [1/5]
| Envelope.constructor |
( |
buffer |
, |
|
|
size |
|
|
) |
| |
Constructor, from a buffer of envelope data which represents PKCS#12 in binary.
- Parameters
-
| [in] | buffer | A buffer of envelope data which represents PKCS#12 in binary. |
| [in] | size | The size of the buffer. |
◆ constructor() [2/5]
| Envelope.constructor |
( |
cert_file |
, |
|
|
permission |
|
|
) |
| |
Constructor, from an existing certificate file reader callback.
- Parameters
-
| [in] | cert_file | An object of ReaderCallback of an existing certificate file(.cer file). It should not be empty. |
| [in] | permission | A CertPermission object. |
◆ constructor() [3/5]
| Envelope.constructor |
( |
cert_file_path |
| ) |
|
Constructor, from an existing certificate file path.
- Parameters
-
| [in] | cert_file_path | A full path of an existing certificate file(.cer file). It should not be an empty string. |
◆ constructor() [4/5]
| Envelope.constructor |
( |
cert_file_path |
, |
|
|
permission |
|
|
) |
| |
Constructor, from an existing certificate file path.
- Parameters
-
| [in] | cert_file_path | A full path of an existing certificate file(.cer file). It should not be an empty string. |
| [in] | permission | A CertPermission object. |
◆ constructor() [5/5]
| Envelope.constructor |
( |
r |
| ) |
|
◆ GetDecryptionKey()
| Envelope.GetDecryptionKey |
( |
p12_file_path |
, |
|
|
password |
|
|
) |
| |