X509 (X509 v0.9.2)
View SourceGeneric functions for working with X.509 entities.
Summary
Functions
Scans the given string for PEM encoded entities.
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.