Versions in this module Expand all Collapse all v1 v1.65.2 Mar 25, 2021 v1.65.1 Mar 25, 2021 Changes in this version + func DecodeCertFromSignature(signByte []byte) (*cert_util.CertSignature, error) + func EncodeCertToSignature(signByte []byte, cert []byte, uid []byte) []byte + func GetPublicKeySKIFromCert(cert []byte, signType int) (string, error) + func ReadFile(file string) ([]byte, error) + func ReadPemFile(file string) ([]byte, error) + func SKI(curve elliptic.Curve, x, y *big.Int) (ski []byte)