Valerie and I are both adding some things to the JCA documentation,
so the Reference guide needs updating.
In appendix A, the Key and Parameter Algorithms section:
Please add:
DH_RSA Diffie-Hellman with RSA signature
DH_DSA Diffie-Hellman with DSA signature
Valerie asks that we add the following:
We should try to update the appendix with the following
naming convention. So, different providers can use the same
transformation string.
<Cipher>
Standard Name for RSA with OAEP Padding scheme
algo/[mode]/OAEPWith<hf>And<mgf>Padding
ex. RSA/NONE/OAEPWithMD5AndMGF1Padding
Standard Name for PBE (PKCS5 v2.0)
PBEWith<hf/prf>And<enc>
i.e. PBEWithMD5AndDES, PBEWithHmacSHA1AndTripleDES
<Signature>
Standard Name
<hf>With<mgf>And<algo>
ex. MD5WithMGF1AndRSA
<MAC>
Standard Name for PBE (PKCS5 v2.0)
PBEWith<mac>
ex. PBEWithHmacSHA1
<SECRET KEY FACTORY>
Standard Name for PBE (PKCS5 v2.0)
PBEWith<hf/prf>And<enc>
i.e. PBEWithMD5AndDES, PBEWithHmacSHA1AndTripleDES