pub fn from_der(i: &[u8]) -> Result<Vec<ASN1Block>, ASN1DecodeErr>
Expand description

Translate a binary blob into a series of ASN1Blocks, or provide an error if it didn’t work.