You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Xu Yaning (JIRA)" <ji...@apache.org> on 2015/04/17 09:29:58 UTC

[jira] [Created] (DIRKRB-217) Implement prf function in KeKiHmacSha1Enc.java

Xu Yaning created DIRKRB-217:
--------------------------------

             Summary: Implement prf function in KeKiHmacSha1Enc.java
                 Key: DIRKRB-217
                 URL: https://issues.apache.org/jira/browse/DIRKRB-217
             Project: Directory Kerberos
          Issue Type: New Feature
            Reporter: Xu Yaning


Implement prf function in KeKiHmacSha1Enc.java
{code}
    @Override
    public byte[] prf(byte[] key, byte[] seed) {
        // TODO: krb5int_dk_prf
        return null;
    }
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)