org.apache.tools.ant.taskdefs
Class GenerateKey.DnameParam
java.lang.Object
org.apache.tools.ant.taskdefs.GenerateKey.DnameParam
- GenerateKey
public static class GenerateKey.DnameParam
extends java.lang.Object
A DistinguishedName parameter.
This is a nested element in a dname nested element.
String | getName() - Get the name attribute.
|
String | getValue() - Get the value attribute.
|
void | setName(String name) - Set the name attribute.
|
void | setValue(String value) - Set the value attribute.
|
getName
public String getName()
Get the name attribute.
getValue
public String getValue()
Get the value attribute.
setName
public void setName(String name)
Set the name attribute.
setValue
public void setValue(String value)
Set the value attribute.