package at.gv.egovernment.moa.spss.api.common; /** * An enveloped signature type of Transform. * * @author Patrick Peck * @version $Id$ */ public interface EnvelopedSignatureTransform extends Transform { /** * Algorithm URI of the enveloped signature type of Transform. */ public static final String ENVELOPED_SIGNATURE = "http://www.w3.org/2000/09/xmldsig#enveloped-signature"; }