vendor/golang.org/x/crypto/cryptobyte.String.ReadASN1ObjectIdentifier (method)
8 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L453: func (s *String) ReadASN1ObjectIdentifier(out *encoding_asn1.ObjectIdentifier) bool {
crypto/x509
parser.go#L129: if !atav.ReadASN1ObjectIdentifier(&attr.Type) {
parser.go#L153: if !der.ReadASN1ObjectIdentifier(&ai.Algorithm) {
parser.go#L201: if !der.ReadASN1ObjectIdentifier(&ext.Id) {
parser.go#L255: if !paramsDer.ReadASN1ObjectIdentifier(namedCurveOID) {
parser.go#L426: if !der.ReadASN1ObjectIdentifier(&eku) {
parser.go#L449: if !cp.ReadASN1ObjectIdentifier(&oid) {
parser.go#L771: if !aiaDER.ReadASN1ObjectIdentifier(&method) {
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. |