View Source X509 (X509 v0.8.7)
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
@spec from_pem( String.t(), :public_key.pki_asn1_type() | [:public_key.pki_asn1_type()] ) :: [tuple()]
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.