Package org.apache.tools.ant.taskdefs
Class GenerateKey.DistinguishedName
java.lang.Object
org.apache.tools.ant.taskdefs.GenerateKey.DistinguishedName
- Enclosing class:
- GenerateKey
A class corresponding to the dname nested element.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreate a param nested element.Encode a name or value.Get the nested parameters.toString()Generate a string rep of this distinguished name.
- 
Constructor Details- 
DistinguishedNamepublic DistinguishedName()
 
- 
- 
Method Details- 
createParamCreate a param nested element.- Returns:
- a DnameParam object to be configured.
 
- 
getParamsGet the nested parameters.- Returns:
- an enumeration of the nested parameters.
 
- 
toStringGenerate a string rep of this distinguished name. The format is each of the parameters (name = value) separated by ','. This is used on the command line.
- 
encodeEncode a name or value. The encoded result is the same as the input string except that each ',' is replaced by a '\,'.- Parameters:
- string- the value to be encoded
- Returns:
- the encoded value.
 
 
-