type encoding/asn1.RawValue
40 uses
encoding/asn1 (current package)
asn1.go#L217: var NullRawValue = RawValue{Tag: TagNull}
asn1.go#L536: type RawValue struct {
asn1.go#L695: rawValueType = reflect.TypeFor[RawValue]()
asn1.go#L900: case *RawValue:
asn1.go#L901: *v = RawValue{t.class, t.tag, t.isCompound, innerBytes, bytes[initOffset:offset]}
marshal.go#L611: rv, _ := reflect.TypeAssert[RawValue](v)
crypto/x509
pkcs8.go#L132: Parameters: asn1.RawValue{
pkcs8.go#L170: Parameters: asn1.RawValue{
x509.go#L185: Issuer asn1.RawValue
x509.go#L187: Subject asn1.RawValue
x509.go#L366: params asn1.RawValue
x509.go#L389: var emptyRawValue = asn1.RawValue{}
x509.go#L399: 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#L400: 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#L401: 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#L1079: Location asn1.RawValue
x509.go#L1086: CRLIssuer asn1.RawValue `asn1:"optional,tag:2"`
x509.go#L1090: FullName []asn1.RawValue `asn1:"optional,tag:0"`
x509.go#L1155: var rawValues []asn1.RawValue
x509.go#L1160: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeDNS, Class: 2, Bytes: []byte(name)})
x509.go#L1166: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeEmail, Class: 2, Bytes: []byte(email)})
x509.go#L1174: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeIP, Class: 2, Bytes: ip})
x509.go#L1181: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeURI, Class: 2, Bytes: []byte(uriStr)})
x509.go#L1254: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1260: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1400: FullName: []asn1.RawValue{
x509.go#L1787: Issuer: asn1.RawValue{FullBytes: asn1Issuer},
x509.go#L1789: Subject: asn1.RawValue{FullBytes: asn1Subject},
x509.go#L1961: Subject asn1.RawValue
x509.go#L1963: RawAttributes []asn1.RawValue `asn1:"tag:0"`
x509.go#L1979: func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn1.RawValue, error) {
x509.go#L1980: var rawAttributes []asn1.RawValue
x509.go#L1996: func parseRawAttributes(rawAttributes []asn1.RawValue) []pkix.AttributeTypeAndValueSET {
x509.go#L2012: func parseCSRExtensions(rawAttributes []asn1.RawValue) ([]pkix.Extension, error) {
x509.go#L2016: Values []asn1.RawValue `asn1:"set"`
x509.go#L2165: var rawValue asn1.RawValue
x509.go#L2183: Subject: asn1.RawValue{FullBytes: asn1Subject},
x509.go#L2397: Issuer asn1.RawValue
x509.go#L2522: Issuer: asn1.RawValue{FullBytes: issuerSubject},
crypto/x509/pkix
pkix.go#L21: Parameters asn1.RawValue `asn1:"optional"`
 |
The pages are generated with Golds v0.8.4. (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. |