|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.DERPrintableString
public class DERPrintableString
DER PrintableString object.
Constructor Summary | |
---|---|
DERPrintableString(java.lang.String string)
basic constructor - this does not validate the string |
|
DERPrintableString(java.lang.String string,
boolean validate)
Constructor with optional validation. |
Method Summary | |
---|---|
static DERPrintableString |
getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Printable String from a tagged object. |
static DERPrintableString |
getInstance(java.lang.Object obj)
return a printable string from the passed in object. |
byte[] |
getOctets()
|
java.lang.String |
getString()
|
int |
hashCode()
|
static boolean |
isPrintableString(java.lang.String str)
return true if the passed in String can be represented without loss as a PrintableString, false otherwise. |
java.lang.String |
toString()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive |
---|
equals, fromByteArray, toASN1Primitive |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
---|
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DERPrintableString(java.lang.String string)
public DERPrintableString(java.lang.String string, boolean validate)
string
- the base string to wrap.validate
- whether or not to check the string.
java.lang.IllegalArgumentException
- if validate is true and the string
contains characters that should not be in a PrintableString.Method Detail |
---|
public static DERPrintableString getInstance(java.lang.Object obj)
java.lang.IllegalArgumentException
- if the object cannot be converted.public static DERPrintableString getInstance(ASN1TaggedObject obj, boolean explicit)
obj
- the tagged object holding the object we wantexplicit
- true if the object is meant to be explicitly
tagged false otherwise.
java.lang.IllegalArgumentException
- if the tagged object cannot
be converted.public java.lang.String getString()
getString
in interface ASN1String
public byte[] getOctets()
public int hashCode()
hashCode
in class ASN1Primitive
public java.lang.String toString()
toString
in class java.lang.Object
public static boolean isPrintableString(java.lang.String str)
|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |