|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--xecure.crypto.InvalidCertificateFormatException
ÀÌ ¿¹¿Ü Ŭ·¡½º´Â Certificate object °¡ ¿Ã¹Ù·Î ±¸¼ºµÇÁö ¸øÇßÀ»¶§ ¹ß»ýµÈ´Ù. Certificate Constructor ¿¡¼ ÆÄ¶ó¹ÌÅÍ·Î PEM ÆÄÀÏ Çü½ÄÀÇ ÀÎÁõ¼°¡ Àü´ÞµÇ´Âµ¥ ÀÌ PEM ÆÄÀÏÀÌ À߸øµÇ¾úÀ» °æ¿ì ¹ß»ýÇÑ´Ù.
Constructor Summary | |
InvalidCertificateFormatException()
Constructs a new InvalidCertificateFormatException. |
|
InvalidCertificateFormatException(java.lang.String msg)
Constructs a new InvalidCertificateFormatException with the specified descriptive message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public InvalidCertificateFormatException(java.lang.String msg)
msg
- the string describing the exceptionpublic InvalidCertificateFormatException()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |