Uses of Class
org.bouncycastle.asn1.ASN1BMPString
Packages that use ASN1BMPString
-
Uses of ASN1BMPString in org.bouncycastle.asn1
Subclasses of ASN1BMPString in org.bouncycastle.asn1Modifier and TypeClassDescriptionclassDER BMPString object encodes BMP (Basic Multilingual Plane) subset (aka UCS-2) of UNICODE (ISO 10646) characters in codepoints 0 to 65535.Methods in org.bouncycastle.asn1 that return ASN1BMPStringModifier and TypeMethodDescriptionstatic ASN1BMPStringASN1BMPString.getInstance(Object obj) Return a BMP String from the given object.static ASN1BMPStringASN1BMPString.getInstance(ASN1TaggedObject taggedObject, boolean explicit) Return a BMP String from a tagged object.