type encoding/asn1.RawValue
40 uses
encoding/asn1 (current package)
asn1.go#L215: var NullRawValue = RawValue{Tag: TagNull}
asn1.go#L512: type RawValue struct {
asn1.go#L664: rawValueType = reflect.TypeFor[RawValue]()
asn1.go#L858: case *RawValue:
asn1.go#L859: *v = RawValue{t.class, t.tag, t.isCompound, innerBytes, bytes[initOffset:offset]}
marshal.go#L608: rv := v.Interface().(RawValue)
crypto/x509
pkcs8.go#L123: Parameters: asn1.RawValue{
pkcs8.go#L161: Parameters: asn1.RawValue{
x509.go#L184: Issuer asn1.RawValue
x509.go#L186: Subject asn1.RawValue
x509.go#L365: params asn1.RawValue
x509.go#L388: var emptyRawValue = asn1.RawValue{}
x509.go#L398: pssParametersSHA256 = asn1.RawValue{FullBytes: []byte{48, 52, 160, 15, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 1, 5, 0, 161, 28, 48, 26, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 8, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 1, 5, 0, 162, 3, 2, 1, 32}}
x509.go#L399: pssParametersSHA384 = asn1.RawValue{FullBytes: []byte{48, 52, 160, 15, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 2, 5, 0, 161, 28, 48, 26, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 8, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 2, 5, 0, 162, 3, 2, 1, 48}}
x509.go#L400: pssParametersSHA512 = asn1.RawValue{FullBytes: []byte{48, 52, 160, 15, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 3, 5, 0, 161, 28, 48, 26, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 8, 48, 13, 6, 9, 96, 134, 72, 1, 101, 3, 4, 2, 3, 5, 0, 162, 3, 2, 1, 64}}
x509.go#L996: Location asn1.RawValue
x509.go#L1003: CRLIssuer asn1.RawValue `asn1:"optional,tag:2"`
x509.go#L1007: FullName []asn1.RawValue `asn1:"optional,tag:0"`
x509.go#L1072: var rawValues []asn1.RawValue
x509.go#L1077: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeDNS, Class: 2, Bytes: []byte(name)})
x509.go#L1083: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeEmail, Class: 2, Bytes: []byte(email)})
x509.go#L1091: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeIP, Class: 2, Bytes: ip})
x509.go#L1098: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeURI, Class: 2, Bytes: []byte(uriStr)})
x509.go#L1171: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1177: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1317: FullName: []asn1.RawValue{
x509.go#L1680: Issuer: asn1.RawValue{FullBytes: asn1Issuer},
x509.go#L1682: Subject: asn1.RawValue{FullBytes: asn1Subject},
x509.go#L1852: Subject asn1.RawValue
x509.go#L1854: RawAttributes []asn1.RawValue `asn1:"tag:0"`
x509.go#L1870: func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn1.RawValue, error) {
x509.go#L1871: var rawAttributes []asn1.RawValue
x509.go#L1887: func parseRawAttributes(rawAttributes []asn1.RawValue) []pkix.AttributeTypeAndValueSET {
x509.go#L1903: func parseCSRExtensions(rawAttributes []asn1.RawValue) ([]pkix.Extension, error) {
x509.go#L1907: Values []asn1.RawValue `asn1:"set"`
x509.go#L2056: var rawValue asn1.RawValue
x509.go#L2074: Subject: asn1.RawValue{FullBytes: asn1Subject},
x509.go#L2288: Issuer asn1.RawValue
x509.go#L2412: Issuer: asn1.RawValue{FullBytes: issuerSubject},
crypto/x509/pkix
pkix.go#L21: Parameters asn1.RawValue `asn1:"optional"`
 |
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. |