org.neociclo.odetteftp.util
Class SignatureVerifyResult
java.lang.Object
org.neociclo.odetteftp.util.SignatureVerifyResult
public class SignatureVerifyResult
- extends Object
- Version:
- $Rev: 648 $ $Date: 2010-08-31 16:00:44 -0300 (Tue, 31 Aug 2010) $
- Author:
- Rafael Marins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureVerifyResult
public SignatureVerifyResult()
isDone
public boolean isDone()
getExceptionCaught
public Exception getExceptionCaught()
- Usually one of these errors: CMSException, CertificateExpiredException,
CertificateNotYetValidException, NoSuchAlgorithmException,
NoSuchProviderException
- Returns:
hasSucceed
public boolean hasSucceed()
hasFailed
public boolean hasFailed()
ACCORD