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

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

Introduction

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

The text is from its open source code.

Constructor

DERIA5String(byte[] string)
Basic constructor - with bytes.
DERIA5String(String string)
Basic constructor - without validation.
DERIA5String(String string, boolean validate)
Constructor with optional validation.

Method

byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
DERIA5StringgetInstance(Object obj)
Return an IA5 string from the passed in object
DERIA5StringgetInstance(ASN1TaggedObject obj, boolean explicit)
Return an IA5 String from a tagged object.
StringgetString()
booleanisIA5String(String str)
return true if the passed in String can be represented without loss as an IA5String, false otherwise.
StringtoString()