decodeToGeneralString
inline fun Asn1Primitive.decodeToGeneralString(assertTag: Asn1Element.Tag = Asn1Element.Tag.STRING_GENERAL): Asn1String.General(source)
decodes this Asn1Primitive's content into a Asn1String.General. assertTag defaults to Asn1Element.Tag.STRING_GENERAL, but can be overridden (for implicitly tagged strings, for example)
Throws
on invalid input