[ https://issues.apache.org/jira/browse/CMIS-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Florian Müller updated CMIS-1023: --------------------------------- Affects Version/s: PortCMIS 0.2.0 > Is there any encryption used in PortCMIS? > ----------------------------------------- > > Key: CMIS-1023 > URL: https://issues.apache.org/jira/browse/CMIS-1023 > Project: Chemistry > Issue Type: Wish > Affects Versions: PortCMIS 0.2.0 > Reporter: Johannes Schacht > > I found the below definitions in the code, it is never used anywhere. This > raised the question whether PortCMIS uses any encryption. Could you please > clarify? > {code} > /// <summary>Algorithm MD5</summary> > public const string AlgorithmMD5 = "md5"; > /// <summary>Algorithm sha-1</summary> > public const string AlgorithmSHA1 = "sha-1"; > /// <summary>Algorithm sha-224</summary> > public const string AlgorithmSHA224 = "sha-224"; > /// <summary>Algorithm sha-256</summary> > public const string AlgorithmSHA256 = "sha-256"; > /// <summary>Algorithm sha-384</summary> > public const string AlgorithmSHA384 = "sha-384"; > /// <summary>Algorithm sha-512</summary> > public const string AlgorithmSHA512 = "sha-512"; > /// <summary>Algorithm sha-3</summary> > public const string AlgorithmSHA3 = "sha-3"; > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)