[javaCompiler-users] Support for javax.crypto
Status: Beta
Brought to you by:
soapy
From: Matt G. <mat...@ya...> - 2006-11-02 22:12:24
|
I'm experimenting with javaCompiler 0.8 and am getting an exception thrown = when I invoke javax.crypto classes. =0A=0A DESKeySpec desKey= Spec =3D new DESKeySpec(_key.toString().getBytes()); <--doesn't throw exce= ption=0A=0A SecretKeyFactory keyFactory =3D SecretKeyFactory= .getInstance("DES"); <-throws exception =0A=0AIs this a known issue? If so,= when might it be resolved? are there workarounds? =0A=0AThanks.=0A=0A-Mat= t=0A=0A |