Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OID ¶
type OID struct {
// contains filtered or unexported fields
}
An OID represents an ASN.1 OBJECT IDENTIFIER.
func OIDFromInts ¶
OIDFromInts creates a new OID using ints, each integer is a separate component.
func (OID) EqualASN1OID ¶
func (oid OID) EqualASN1OID(other asn1.ObjectIdentifier) bool
EqualASN1OID returns whether an OID equals an asn1.ObjectIdentifier. If asn1.ObjectIdentifier cannot represent the OID specified by oid, because a component of OID requires more than 31 bits, it returns false.
Click to show internal directories.
Click to hide internal directories.