anon.crypto
Class X509DistinguishedName.IllegalCharacterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by anon.crypto.X509DistinguishedName.IllegalCharacterException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
X509DistinguishedName

public class X509DistinguishedName.IllegalCharacterException
extends java.lang.IllegalArgumentException

Represents an error that is thrown when an illegal character is used in a distinguished name attribute.

Author:
Rolf Wendolsky
See Also:
Serialized Form

Field Summary
private  java.lang.String m_attribute
           
private  char m_character
           
 
Constructor Summary
private X509DistinguishedName.IllegalCharacterException(org.bouncycastle.asn1.DERObjectIdentifier a_identifier, char a_character)
           
 
Method Summary
 java.lang.String getAttribute()
          Returns the attribute in that the illegal character was found.
 char getCharacter()
          Returns the illegal character.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_character

private char m_character

m_attribute

private java.lang.String m_attribute
Constructor Detail

X509DistinguishedName.IllegalCharacterException

private X509DistinguishedName.IllegalCharacterException(org.bouncycastle.asn1.DERObjectIdentifier a_identifier,
                                                        char a_character)
Method Detail

getCharacter

public char getCharacter()
Returns the illegal character.

Returns:
the illegal character

getAttribute

public java.lang.String getAttribute()
Returns the attribute in that the illegal character was found.

Returns:
the attribute in that the illegal character was found