Method Standards.PEM.decrypt_fragment()


Method decrypt_fragment

string|zero decrypt_fragment(Message m, string(8bit) pwd)

Description

Decrypt a PEM Message.

Parameter body

Fragment with encypted PEM body.

Parameter password

Decryption password.

Returns

Returns the decrypted body text.