BALTECH Docs |
C API for BALTECH SDK
|
This module is about decoding BASE64 encoded objects. More...
Go to the source code of this file.
Functions | |
BRP_LIB brp_errcode | brp_decode_base64_obj (char *obj_name, brp_frame encoded_frm, brp_frame decoded_frm) |
This function decodes any BASE64-encoded frame and stores the decoded data in "decoded_frm". More... | |
This module is about decoding BASE64 encoded objects.
As most PKI objects are usually stored BASE64 encoded ASN.1-DER strings they have to be decoded before being processed. This includes certificates (file format .crt and .pem) as well as keys (file format .key)
Definition in file base64.h.