pubkey_pem
Functions
decode(Bin::binary()) -> [pem_entry()]
encode(PemEntries::[pem_entry()]) -> iolist()
decipher(X1::{pki_asn1_type(), DerEncrypted::binary(), {Cipher::string(), Salt::iodata() | #'PBES2-params'{}}}, Password::string()) -> Der::binary()
cipher(Der::binary(), X2::{Cipher::string(), Salt::iodata() | #'PBES2-params'{}}, Password::string()) -> binary()