View Source X509 (X509 v0.8.8)

Generic functions for working with X.509 entities.

Link to this section Summary

Functions

Scans the given string for PEM encoded entities.

Link to this section Functions

Link to this function

from_pem(pem, types \\ [])

View Source

Scans the given string for PEM encoded entities.

An optional list of data types may be specified to filter the result down to entries of the given types. If an empty list is specified (the default), the result is not filtered.