Bouncy Castle Cryptography Library 1.81

org.bouncycastle.asn1
Class DERVisibleString

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.ASN1Primitive
          extended byorg.bouncycastle.asn1.ASN1VisibleString
              extended byorg.bouncycastle.asn1.DERVisibleString
All Implemented Interfaces:
ASN1Encodable, ASN1String, Encodable

public class DERVisibleString
extends ASN1VisibleString

DER VisibleString object encoding ISO 646 (ASCII) character code points 32 to 126.

Explicit character set escape sequences are not allowed.


Constructor Summary
DERVisibleString(java.lang.String string)
          Basic constructor
 
Methods inherited from class org.bouncycastle.asn1.ASN1VisibleString
getInstance, getInstance, getOctets, getString, hashCode, toString
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DERVisibleString

public DERVisibleString(java.lang.String string)
Basic constructor

Parameters:
string - the string to be carried in the VisibleString object,

Bouncy Castle Cryptography Library 1.81