X509 (X509 v0.9.2)

View Source

Generic functions for working with X.509 entities.

Summary

Functions

Scans the given string for PEM encoded entities.

Functions

from_pem(pem, types \\ [])

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.