Re: javax.crypto.KeyGenerator(Spi)

Jan Luehe (luehe@laguna.eng.sun.com)
Mon, 27 Jul 1998 09:58:22 -0700 (PDT)

Date: Mon, 27 Jul 1998 09:58:22 -0700 (PDT)
From: Jan Luehe <luehe@laguna.eng.sun.com>
Subject: Re: javax.crypto.KeyGenerator(Spi)
To: java-security@java.Sun.COM, gelderen@mediaport.org

Jeroen:

> You can 't init a KeyGenerator with both an AlgorithmParamSpec and a
> strength parameter...

Can you give me an example of where you would need this?
Typically, when you supply an AlgorithmParameterSpec, that
already specifies (either implicitly or explicitly) the
strength.

Jan