com.iplanet.trustbase.security.store
Class UnmatchedSubjectCertException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.iplanet.trustbase.security.store.TokenKeyStoreException
|
+--com.iplanet.trustbase.security.store.UnmatchedSubjectCertException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnmatchedSubjectCertException
- extends TokenKeyStoreException
UnmatchedSubjectCertException is thrown when an attempt is made
to update the certchain associated with a KeyEntry, and the
the subject cert of the chain does not match the PrivateKey
- See Also:
- Serialized Form
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 |
UnmatchedSubjectCertException
public UnmatchedSubjectCertException(java.security.cert.X509Certificate newCert,
java.security.cert.X509Certificate oldCert)
getUnmatchedCertificate
public java.security.cert.X509Certificate getUnmatchedCertificate()
getExistingCertificate
public java.security.cert.X509Certificate getExistingCertificate()