Uses of Class
org.neociclo.odetteftp.protocol.v20.SecurityLevel

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

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

Methods in org.neociclo.odetteftp.protocol.v20 that return SecurityLevel
 SecurityLevel EnvelopedVirtualFile.getSecurityLevel()
           
 SecurityLevel DefaultEnvelopedVirtualFile.getSecurityLevel()
           
static SecurityLevel SecurityLevel.parse(int code)
          Convenient method for parsing the proper SecurityLevel enum given a protocol code.
static SecurityLevel SecurityLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SecurityLevel[] SecurityLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neociclo.odetteftp.protocol.v20 with parameters of type SecurityLevel
 void DefaultEnvelopedVirtualFile.setSecurityLevel(SecurityLevel securityLevel)
           
static CommandExchangeBuffer CommandBuilderVer20.startFile(String dsn, Date dateTime, short ticker, String userData, String destination, String originator, RecordFormat recordFormat, int recordSize, long fileSize, long originalFileSize, long offset, SecurityLevel sec, CipherSuite cipherSuite, FileCompression compressionAlgorithm, FileEnveloping envelopingFormat, boolean signedAck, String fileDescription)
           
 

Uses of SecurityLevel in org.neociclo.odetteftp.util
 

Methods in org.neociclo.odetteftp.util with parameters of type SecurityLevel
static void OdetteFtpSupport.createEnvelopedFile(File input, File output, SecurityLevel securityLevel, CipherSuite cipherSel, FileCompression compressionAlgo, FileEnveloping envelopingFormat, X509Certificate partnerCert, X509Certificate userCert, PrivateKey userPrivateKey)
           
static void OdetteFtpSupport.parseEnvelopedFile(File input, File output, SecurityLevel securityLevel, CipherSuite cipherSel, FileCompression compressionAlgo, FileEnveloping envelopingFormat, X509Certificate userCert, PrivateKey userPrivateKey, X509Certificate partnerCert)
          Maybe output file is generated even when an exception is thrown.
 



ACCORD