コード例 #1
0
 /**
  * Method getEncryptionSpecNSprefix
  *
  * @return the prefix for this node.
  */
 public static String getEncryptionSpecNSprefix() {
   return ElementProxy.getDefaultPrefix(EncryptionConstants.EncryptionSpecNS);
 }
コード例 #2
0
 /**
  * Method setEncryptionSpecNSprefix
  *
  * @param newPrefix
  * @throws XMLSecurityException
  */
 public static void setEncryptionSpecNSprefix(String newPrefix) throws XMLSecurityException {
   ElementProxy.setDefaultPrefix(EncryptionConstants.EncryptionSpecNS, newPrefix);
 }