com.mindbright.security.x509
Class DirectoryString

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1DynamicType
          extended bycom.mindbright.asn1.ASN1Choice
              extended bycom.mindbright.security.x509.DirectoryString

public class DirectoryString
extends ASN1Choice


Field Summary
 
Fields inherited from class com.mindbright.asn1.ASN1Choice
members
 
Fields inherited from class com.mindbright.asn1.ASN1DynamicType
value
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
DirectoryString()
           
 
Method Summary
 java.lang.String getString()
           
 void setString(java.lang.String s)
           
 
Methods inherited from class com.mindbright.asn1.ASN1Choice
bindType, getMember, memberMapping, setMember, setMember, setMember
 
Methods inherited from class com.mindbright.asn1.ASN1DynamicType
decodeValue, encodeValue, getType, getValue, setValue, setValue
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, isSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryString

public DirectoryString()
Method Detail

getString

public java.lang.String getString()

setString

public void setString(java.lang.String s)