type encoding/asn1.RawValue
39 uses
encoding/asn1 (current package)
asn1.go#L215: var NullRawValue = RawValue{Tag: TagNull}
asn1.go#L512: type RawValue struct {
asn1.go#L664: rawValueType = reflect.TypeOf(RawValue{})
asn1.go#L858: case *RawValue:
asn1.go#L859: *v = RawValue{t.class, t.tag, t.isCompound, innerBytes, bytes[initOffset:offset]}
marshal.go#L611: 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#L388: var hashToPSSParameters = map[crypto.Hash]asn1.RawValue{
x509.go#L389: crypto.SHA256: 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#L390: crypto.SHA384: 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#L391: crypto.SHA512: 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#L977: Location asn1.RawValue
x509.go#L984: CRLIssuer asn1.RawValue `asn1:"optional,tag:2"`
x509.go#L988: FullName []asn1.RawValue `asn1:"optional,tag:0"`
x509.go#L1053: var rawValues []asn1.RawValue
x509.go#L1058: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeDNS, Class: 2, Bytes: []byte(name)})
x509.go#L1064: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeEmail, Class: 2, Bytes: []byte(email)})
x509.go#L1072: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeIP, Class: 2, Bytes: ip})
x509.go#L1079: rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeURI, Class: 2, Bytes: []byte(uriStr)})
x509.go#L1150: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1156: Location: asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
x509.go#L1295: FullName: []asn1.RawValue{
x509.go#L1619: Issuer: asn1.RawValue{FullBytes: asn1Issuer},
x509.go#L1621: Subject: asn1.RawValue{FullBytes: asn1Subject},
x509.go#L1824: Subject asn1.RawValue
x509.go#L1826: RawAttributes []asn1.RawValue `asn1:"tag:0"`
x509.go#L1842: func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn1.RawValue, error) {
x509.go#L1843: var rawAttributes []asn1.RawValue
x509.go#L1859: func parseRawAttributes(rawAttributes []asn1.RawValue) []pkix.AttributeTypeAndValueSET {
x509.go#L1875: func parseCSRExtensions(rawAttributes []asn1.RawValue) ([]pkix.Extension, error) {
x509.go#L1879: Values []asn1.RawValue `asn1:"set"`
x509.go#L2030: var rawValue asn1.RawValue
x509.go#L2048: Subject: asn1.RawValue{FullBytes: asn1Subject},
x509.go#L2273: Issuer asn1.RawValue
x509.go#L2397: Issuer: asn1.RawValue{FullBytes: issuerSubject},
crypto/x509/pkix
pkix.go#L21: Parameters asn1.RawValue `asn1:"optional"`
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |