You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Diagram

Unable to render 'XSD Viewer' macro

Could not find the given XSD (xsd_macroce3ede411719bde00f5c6795ac04e49e.png) on page (JADE Parameter Reference - FTPSClientSecurity)

Elements

FTPSClientSecurity - FTPSClientSecurityType
References Notes

The type of FTPS client security (explicit, implicit).

Element Type Required Description
SecurityMode string
  • Whitespace: preserve
  • Enumeration:
    • explicit
    • implicit
  • Occurrence: 0..1
Optional
References Notes

This parameter specifies the security mode. Possible values: explicit, implicit

KeyStoreType string
  • Whitespace: preserve
  • Enumeration:
    • JKS
    • JCEKS
    • PKCS12
    • PKCS11
    • DKS
  • Occurrence: 0..1
Optional
References Notes

This parameter specifies the keystore type. Possible values: JKS,JCEKS,PKCS12,PKCS11,DKS

KeyStoreFile string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

This parameter specifies the keystore file.

KeyStorePassword string
  • Min: 1
  • Whitespace: preserve
  • Occurrence: 0..1
Optional
References Notes

This parameter specifies the password of a keystore.

FTPSClientSecurity

  • JADE supports both Explicit Client Security and Implicit Client Security, see Wikipedia.
  • The use of server side public keys is supported, i.e. the JADE Client can make use of locally available public keys.
  • No labels