type crypto/x509/pkix.RevokedCertificate
11 uses
crypto/x509/pkix (current package)
pkix.go#L310: RevokedCertificates []RevokedCertificate `asn1:"optional"`
pkix.go#L316: type RevokedCertificate struct {
crypto/x509
parser.go#L1187: rcDeprecated := pkix.RevokedCertificate{
x509.go#L1746: func (c *Certificate) CreateCRL(rand io.Reader, priv any, revokedCerts []pkix.RevokedCertificate, now, expiry time.Time) (crlBytes []byte, err error) {
x509.go#L1758: revokedCertsUTC := make([]pkix.RevokedCertificate, len(revokedCerts))
x509.go#L2247: RevokedCertificates []pkix.RevokedCertificate
x509.go#L2291: RevokedCertificates []pkix.RevokedCertificate `asn1:"optional"`
x509.go#L2332: var revokedCerts []pkix.RevokedCertificate
x509.go#L2337: revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificates))
x509.go#L2345: revokedCerts = make([]pkix.RevokedCertificate, len(template.RevokedCertificateEntries))
x509.go#L2354: rc := pkix.RevokedCertificate{
 |
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. |