X509 v0.4.0 X509 View Source
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
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 results are not filtered.