|
|||||||||
| 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
|
+--com.iplanet.trustbase.security.store.TokenKeyStoreException
|
+--com.iplanet.trustbase.security.store.IncompleteChainException
IncompleteChainException is thrown by import operations when a certificate chain cannot be completed
| Constructor Summary | |
IncompleteChainException(java.security.cert.X509Certificate[] chain)
|
|
| Method Summary | |
static java.lang.String |
describeChain(java.security.cert.X509Certificate[] chain)
|
java.security.cert.X509Certificate[] |
getIncompleteChain()
|
| Methods inherited from class com.iplanet.trustbase.security.store.TokenKeyStoreException |
printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IncompleteChainException(java.security.cert.X509Certificate[] chain)
| Method Detail |
public java.security.cert.X509Certificate[] getIncompleteChain()
public static java.lang.String describeChain(java.security.cert.X509Certificate[] chain)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||