anon.crypto
Class X509DistinguishedName.IllegalCharacterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
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
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 |
m_character
private char m_character
m_attribute
private java.lang.String m_attribute
X509DistinguishedName.IllegalCharacterException
private X509DistinguishedName.IllegalCharacterException(org.bouncycastle.asn1.DERObjectIdentifier a_identifier,
char a_character)
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