Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + var ErrParse = serrors.New("parse error") + type Chain struct + AS *cert.AS + Chain cert.Chain + Issuer *cert.Issuer + Raw []byte + func DecodeChain(raw []byte) (Chain, error) + func (d Chain) String() string + type TRC struct + Raw []byte + Signed trc.Signed + TRC *trc.TRC + func DecodeTRC(raw []byte) (TRC, error) + func (d TRC) String() string