type crypto/x509/pkix.CertificateList
8 uses
crypto/x509/pkix (current package)
pkix.go#L286: type CertificateList struct {
pkix.go#L293: func (certList *CertificateList) HasExpired(now time.Time) bool {
crypto/x509
x509.go#L870: func (c *Certificate) CheckCRLSignature(crl *pkix.CertificateList) error {
x509.go#L2266: func ParseCRL(crlBytes []byte) (*pkix.CertificateList, error) {
x509.go#L2277: func ParseDERCRL(derBytes []byte) (*pkix.CertificateList, error) {
x509.go#L2278: certList := new(pkix.CertificateList)
x509.go#L2348: return asn1.Marshal(pkix.CertificateList{
x509.go#L2860: return asn1.Marshal(pkix.CertificateList{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |