golang.org/x/crypto/cryptobyte.String.ReadASN1Integer (method)

2 uses

	golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L273: func (s *String) ReadASN1Integer(out interface{}) bool {
		asn1.go#L705: 	if !i.ReadASN1Integer(out) || !i.Empty() {