Documentation ¶
Index ¶
- Variables
- type BitString
- func (*BitString) Descriptor() ([]byte, []int)deprecated
- func (x *BitString) GetLen() uint32
- func (x *BitString) GetValue() []byte
- func (*BitString) ProtoMessage()
- func (x *BitString) ProtoReflect() protoreflect.Message
- func (x *BitString) Reset()
- func (x *BitString) String() string
- func (m *BitString) TruncateValue() ([]byte, error)
- func (m *BitString) UpdateValue(newBytes []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_asn1_v1_asn1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BitString ¶
type BitString struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Len uint32 `protobuf:"varint,2,opt,name=len,json=length,proto3" json:"len,omitempty"` // contains filtered or unexported fields }
func (*BitString) Descriptor
deprecated
func (*BitString) ProtoMessage ¶
func (*BitString) ProtoMessage()
func (*BitString) ProtoReflect ¶
func (x *BitString) ProtoReflect() protoreflect.Message
func (*BitString) TruncateValue ¶ added in v0.7.22
TruncateValue - truncates value of trailing bits in the BitString the size stays the same Assuming that BitString has a non-empty length
Click to show internal directories.
Click to hide internal directories.