Function dgc::decode_cwt[][src]

pub fn decode_cwt(data: &str) -> Result<Cwt, ParseError>
Expand description

Decodes the certificate and returns the Cwt data contained in it.

You generally don’t need to use this function unless you need to access the raw information contained in the Cwt structure.