Method Standards.PEM.decrypt_body()
- Method decrypt_body
string
decrypt_body(string(8bit)
dek_info
,string(8bit)
body
,string(8bit)
password
)- Description
Decrypt a PEM body.
- Parameter
dek_info
"dek-info"
header from the Message.- Parameter
body
Encypted PEM body.
- Parameter
password
Decryption password.
- Returns
Returns the decrypted body text.