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

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

Introduction

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

The text is from its open source code.

Constructor

DERGeneralString(byte[] string)
DERGeneralString(String string)
Construct a GeneralString from the passed in String.

Method

DERGeneralStringgetInstance(Object obj)
Return a GeneralString from the given object.
byte[]getOctets()
Return a byte array representation of our contained String.
StringgetString()
Return a Java String representation of our contained String.