Uses of Interface
org.neociclo.odetteftp.protocol.v20.SignedDeliveryNotification

Packages that use SignedDeliveryNotification
org.neociclo.odetteftp.protocol.v20   
org.neociclo.odetteftp.util   
 

Uses of SignedDeliveryNotification in org.neociclo.odetteftp.protocol.v20
 

Classes in org.neociclo.odetteftp.protocol.v20 that implement SignedDeliveryNotification
 class DefaultSignedDeliveryNotification
           
 

Uses of SignedDeliveryNotification in org.neociclo.odetteftp.util
 

Methods in org.neociclo.odetteftp.util that return SignedDeliveryNotification
static SignedDeliveryNotification OdetteFtpSupport.getReplySignedDeliveryNotification(EnvelopedVirtualFile incomingVirtualFile, String creator, NegativeResponseReason reason, String negativeReasonText, byte[] signature)
          Prepare the reply Signed Delivery Notification.
static SignedDeliveryNotification OdetteFtpSupport.getReplySignedDeliveryNotification(EnvelopedVirtualFile incomingVirtualFile, String creator, NegativeResponseReason reason, String negativeReasonText, byte[] virtualFileHash, byte[] signature)
           
 

Methods in org.neociclo.odetteftp.util with parameters of type SignedDeliveryNotification
static byte[] EnvelopingUtil.getNotifSigningData(SignedDeliveryNotification info)
          Prepare the data buffer for signing from the acknowledge object.
 



ACCORD