XMLSignature.ALGO_ID_MAC_HMAC_SHA256, XMLSignature.ALGO_ID_MAC_HMAC_SHA384,
XMLSignature.ALGO_ID_MAC_HMAC_SHA512}, "Set the name of the signature encryption algorithm to use");
attributeNameTextField = form.appendTextField("attributeName", "Attribute name", "The name of the attribute");
samlAttributeValuesTable = new SAMLAttributeValuesTable(attributeValues, this);
form.append("Attribute values", samlAttributeValuesTable);
initComponentsEnabledState();
return new JScrollPane(form.getPanel());