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

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

Introduction

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

The text is from its open source code.

Constructor

DERPrintableString(byte[] string)
Basic constructor - byte encoded string.
DERPrintableString(String string)
Basic constructor - this does not validate the string
DERPrintableString(String string, boolean validate)
Constructor with optional validation.

Method

DERPrintableStringgetInstance(Object obj)
Return a printable string from the passed in object.
DERPrintableStringgetInstance(ASN1TaggedObject obj, boolean explicit)
Return a Printable String from a tagged object.
StringgetString()
booleanisPrintableString(String str)
return true if the passed in String can be represented without loss as a PrintableString, false otherwise.
StringtoString()