Java org.bouncycastle.asn1 DERBMPString fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1 DERBMPString fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1 DERBMPString.

The text is from its open source code.

Constructor

DERBMPString(byte[] string)
Basic constructor - byte encoded string.
DERBMPString(char[] string)
DERBMPString(String string)
Basic constructor

Method

DERBMPStringgetInstance(Object obj)
Return a BMP String from the given object.
StringtoString()