org.neociclo.odetteftp.util
Class SignatureVerifyResult

java.lang.Object
  extended by 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

Constructor Summary
SignatureVerifyResult()
           
 
Method Summary
 Exception getExceptionCaught()
          Usually one of these errors: CMSException, CertificateExpiredException, CertificateNotYetValidException, NoSuchAlgorithmException, NoSuchProviderException
 boolean hasFailed()
           
 boolean hasSucceed()
           
 boolean isDone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureVerifyResult

public SignatureVerifyResult()
Method Detail

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