org.bouncycastle.asn1
public class DERBMPString extends ASN1Object implements DERString
| Constructor Summary | |
|---|---|
| DERBMPString(byte[] string)
basic constructor - byte encoded string. | |
| DERBMPString(String string)
basic constructor | |
| Method Summary | |
|---|---|
| protected boolean | asn1Equals(DERObject o) |
| static DERBMPString | getInstance(Object obj)
return a BMP String from the given object.
|
| static DERBMPString | getInstance(ASN1TaggedObject obj, boolean explicit)
return a BMP String from a tagged object.
|
| String | getString() |
| int | hashCode() |
| String | toString() |
Parameters: obj the object we want converted.
Throws: IllegalArgumentException if the object cannot be converted.
Parameters: obj the tagged object holding the object we want explicit true if the object is meant to be explicitly tagged false otherwise.
Throws: IllegalArgumentException if the tagged object cannot be converted.