public void init(XMLStructure parent, XMLCryptoContext context)
     throws InvalidAlgorithmParameterException {
   super.init(parent, context);
   try {
     unmarshalParams(DOMUtils.getFirstChildElement(transformElem));
   } catch (MarshalException me) {
     throw new InvalidAlgorithmParameterException(me);
   }
 }