Date: Thu, 11 Jun 1998 09:31:13 -0700 (PDT)
From: Jan Luehe <Jan.Luehe@Eng>
Subject: Re: Question Security API
To: java-security@web3.javasoft.com, Nicklas.Plenker.Tind@iD2tech.com
Nicklas:
> If I want to encrypt keys, shoul I use class Cipher ?
> If yes, how is it done ?
You use SealedObject. Just pass the Key object (to be sealed)
and the sealing Cipher to the SealedObject constructor.
Jan