Construct GenericNameComponent with TLV-LENGTH zero.
Construct from TLV-TYPE and TLV-VALUE.
TLV-TYPE.
Optionalvalue: string | Uint8Array<ArrayBufferLike>TLV-VALUE. If specified as string, it's encoded as UTF-8 but not interpreted
as URI. Use Component.from() to interpret URI.
ReadonlytlvWhole TLV.
ReadonlytypeTLV-TYPE.
ReadonlyvalueTLV-VALUE.
TLV-LENGTH.
TLV-VALUE interpreted as UTF-8 string.
Convert with naming convention.
Determine if component follows a naming convention.
Get URI string.
StaticdecodeStaticfromParse from URI representation, or return existing Component.
Name component.
Remarks
This type is immutable.