Hi, How do I go about creating a SymmetricKey (PK11SymKey) object from Raw bytes using JSS api's. It looks like it can be done only by using KeyGenerator.generate() method. But is there any way to create a SymmetricKey object out of raw bytes similar to RawSecretKey in JCE.
regards cheers swamy
