You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2017/04/24 12:06:04 UTC

[jira] [Resolved] (CMIS-1023) Is there any encryption used in PortCMIS?

     [ https://issues.apache.org/jira/browse/CMIS-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller resolved CMIS-1023.
----------------------------------
    Resolution: Not A Problem

> 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)