You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2009/02/15 21:01:00 UTC

[jira] Assigned: (JSEC-60) Update CodecSupport to support File and InputStream conversion to byte arrays

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

Les Hazlewood reassigned JSEC-60:
---------------------------------

    Assignee: Les Hazlewood

> Update CodecSupport to support File and InputStream conversion to byte arrays
> -----------------------------------------------------------------------------
>
>                 Key: JSEC-60
>                 URL: https://issues.apache.org/jira/browse/JSEC-60
>             Project: JSecurity
>          Issue Type: Improvement
>          Components: Cryptography & Hashing
>    Affects Versions: 1.0
>            Reporter: Les Hazlewood
>            Assignee: Les Hazlewood
>             Fix For: 1.0
>
>
> CodecSupport is used as the parent for all of the Hash implementations.  A Hash should be able to take any File or InputStream and generate a Hash value, i.e.:
> new Sha256Hash(myFile);
> or
> new Sha512Hash(anInputStream);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.