Pudu programming language
Menu
API reference

Std.Pem.Block

1 declaration

type

Block

One armored block: what it holds, named by its label, and the bytes.

The label is what says how to read the bytes — CERTIFICATE, PRIVATE KEY, PUBLIC KEY — so a reader asks for the label it expects rather than trusting the first block it finds.

Back to Std.PemSearch related declarations