Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SignatureValue (0.14 sec)

  1. src/crypto/x509/x509.go

    	return ret, nil
    }
    
    // These structures reflect the ASN.1 structure of X.509 certificates.:
    
    type certificate struct {
    	TBSCertificate     tbsCertificate
    	SignatureAlgorithm pkix.AlgorithmIdentifier
    	SignatureValue     asn1.BitString
    }
    
    type tbsCertificate struct {
    	Raw                asn1.RawContent
    	Version            int `asn1:"optional,explicit,default:0,tag:0"`
    	SerialNumber       *big.Int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"AttributeTypeAndValueSET.Type", Field, 3},
    		{"AttributeTypeAndValueSET.Value", Field, 3},
    		{"CertificateList", Type, 0},
    		{"CertificateList.SignatureAlgorithm", Field, 0},
    		{"CertificateList.SignatureValue", Field, 0},
    		{"CertificateList.TBSCertList", Field, 0},
    		{"Extension", Type, 0},
    		{"Extension.Critical", Field, 0},
    		{"Extension.Id", Field, 0},
    		{"Extension.Value", Field, 0},
    		{"Name", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top