type crypto/x509/pkix.CertificateList
7 uses
crypto/x509/pkix (current package)
pkix.go#L288: type CertificateList struct {
pkix.go#L295: func (certList *CertificateList) HasExpired(now time.Time) bool {
crypto/x509
x509.go#L945: func (c *Certificate) CheckCRLSignature(crl *pkix.CertificateList) error {
x509.go#L1683: func ParseCRL(crlBytes []byte) (*pkix.CertificateList, error) {
x509.go#L1696: func ParseDERCRL(derBytes []byte) (*pkix.CertificateList, error) {
x509.go#L1697: certList := new(pkix.CertificateList)
x509.go#L1767: return asn1.Marshal(pkix.CertificateList{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |