Re: Re[2]: Trying to write a Provider

Jan Luehe (Jan.Luehe@Eng)
Wed, 15 Jul 1998 13:36:52 -0700 (PDT)

Date: Wed, 15 Jul 1998 13:36:52 -0700 (PDT)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: Re[2]: Trying to write a Provider
To: java-security@java.Sun.COM, Jan.Luehe@Eng, CAllen@symantec.com

Chris:

Also, make sure that you register your provider's "Spi" classes
in your provider's master file.

Jan

> A call to "KeyGenerator.getInstance()" will have javax.crypto.JceSecurity
> create a javax.crypto.KeyGenerator object, and encapsulate your
> provider's implementation (which is a subclass of
javax.crypto.KeyGeneratorSpi)
> in it.
>
> Jan
>