/**
  * Method setEncryptionSpecNSprefix
  *
  * @param newPrefix
  * @throws XMLSecurityException
  */
 public static void setEncryptionSpecNSprefix(String newPrefix) throws XMLSecurityException {
   ElementProxy.setDefaultPrefix(EncryptionConstants.EncryptionSpecNS, newPrefix);
 }