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#L964: func (c *Certificate) CheckCRLSignature(crl *pkix.CertificateList) error {
x509.go#L1718: func ParseCRL(crlBytes []byte) (*pkix.CertificateList, error) {
x509.go#L1731: func ParseDERCRL(derBytes []byte) (*pkix.CertificateList, error) {
x509.go#L1732: certList := new(pkix.CertificateList)
x509.go#L1795: return asn1.Marshal(pkix.CertificateList{
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |