Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RawContent (0.34 sec)

  1. src/crypto/x509/x509.go

    // signature requests (see RFC 2986):
    
    type tbsCertificateRequest struct {
    	Raw           asn1.RawContent
    	Version       int
    	Subject       asn1.RawValue
    	PublicKey     publicKeyInfo
    	RawAttributes []asn1.RawValue `asn1:"tag:0"`
    }
    
    type certificateRequest struct {
    	Raw                asn1.RawContent
    	TBSCSR             tbsCertificateRequest
    	SignatureAlgorithm pkix.AlgorithmIdentifier
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
Back to top