toXML method
Implementation
String toXML() {
return '''<cryptAlgorithm name="$name"/>'''
.replaceAll("\n", "")
.replaceAll("\t", "")
.replaceAll(" ", "");
}
String toXML() {
return '''<cryptAlgorithm name="$name"/>'''
.replaceAll("\n", "")
.replaceAll("\t", "")
.replaceAll(" ", "");
}