public static class GenerateKey.DistinguishedName extends Object
| Constructor and Description | 
|---|
| DistinguishedName() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | createParam()Create a param nested element. | 
| String | encode(String string)Encode a name or value. | 
| Enumeration<GenerateKey.DnameParam> | getParams()Get the nested parameters. | 
| String | toString()Generate a string rep of this distinguished name. | 
public Object createParam()
public String encode(String string)
string - the value to be encodedpublic Enumeration<GenerateKey.DnameParam> getParams()