Diagram

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.

 

Explanations

FTPSClientSecurity

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