Class GenerateKey.DnameParam

java.lang.Object
org.apache.tools.ant.taskdefs.GenerateKey.DnameParam
Enclosing class:
GenerateKey

public static class GenerateKey.DnameParam extends Object
A DistinguishedName parameter. This is a nested element in a dname nested element.
  • Constructor Details

    • DnameParam

      public DnameParam()
  • Method Details

    • setName

      public void setName(String name)
      Set the name attribute.
      Parameters:
      name - a String value
    • getName

      public String getName()
      Get the name attribute.
      Returns:
      the name.
    • setValue

      public void setValue(String value)
      Set the value attribute.
      Parameters:
      value - a String value
    • getValue

      public String getValue()
      Get the value attribute.
      Returns:
      the value.
    • isComplete

      public boolean isComplete()