Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseASN1String (0.21 sec)

  1. src/crypto/x509/parser.go

    		// one of which will not expire until 2027.
    		b == '&'
    }
    
    // parseASN1String parses the ASN.1 string types T61String, PrintableString,
    // UTF8String, BMPString, IA5String, and NumericString. This is mostly copied
    // from the respective encoding/asn1.parse... methods, rather than just
    // increasing the API surface of that package.
    func parseASN1String(tag cryptobyte_asn1.Tag, value []byte) (string, error) {
    	switch tag {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top