1 2.. _char.BMPString: 3 4.. |ASN.1| replace:: BMPString 5 6.. |encoding| replace:: utf-16-be 7 8|ASN.1| type 9------------ 10 11.. autoclass:: pyasn1.type.char.BMPString(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii') 12 :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap 13 14 .. note:: 15 16 The |ASN.1| type models a Unicode (ISO10646-1) character string implicitly serialised into UTF-16 big endian. 17 18 .. automethod:: pyasn1.type.char.BMPString.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii') 19 .. automethod:: pyasn1.type.char.BMPString.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection(), encoding='us-ascii') 20