Java Doc for GenerateKey.java in  » Build » ANT » org » apache » tools » ant » taskdefs » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Build » ANT » org.apache.tools.ant.taskdefs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.tools.ant.Task
   org.apache.tools.ant.taskdefs.GenerateKey

GenerateKey
public class GenerateKey extends Task (Code)
Generates a key in a keystore.
since:
   Ant 1.2

Inner Class :public static class DnameParam
Inner Class :public static class DistinguishedName

Field Summary
protected  Stringalias
     The alias of signer.
protected  Stringdname
    
protected  DistinguishedNameexpandedDname
    
protected  Stringkeyalg
    
protected  Stringkeypass
    
protected  intkeysize
    
protected  Stringkeystore
     The name of keystore file.
protected  Stringsigalg
    
protected  Stringstorepass
    
protected  Stringstoretype
    
protected  intvalidity
    
protected  booleanverbose
    


Method Summary
public  DistinguishedNamecreateDname()
     Distinguished name list.
public  voidexecute()
     Execute the task.
public  voidsetAlias(String alias)
     The alias to add under.
public  voidsetDname(String dname)
     The distinguished name for entity.
public  voidsetKeyalg(String keyalg)
     The method to use when generating name-value pair.
public  voidsetKeypass(String keypass)
     Password for private key (if different).
public  voidsetKeysize(String keysize)
     Indicates the size of key generated.
public  voidsetKeystore(String keystore)
     Keystore location.
public  voidsetSigalg(String sigalg)
     The algorithm to use in signing.
public  voidsetStorepass(String storepass)
     Password for keystore integrity.
public  voidsetStoretype(String storetype)
     Keystore type.
public  voidsetValidity(String validity)
     Indicates how many days certificate is valid.
public  voidsetVerbose(boolean verbose)
     If true, verbose output when signing.

Field Detail
alias
protected String alias(Code)
The alias of signer.



dname
protected String dname(Code)



expandedDname
protected DistinguishedName expandedDname(Code)



keyalg
protected String keyalg(Code)



keypass
protected String keypass(Code)



keysize
protected int keysize(Code)



keystore
protected String keystore(Code)
The name of keystore file.



sigalg
protected String sigalg(Code)



storepass
protected String storepass(Code)



storetype
protected String storetype(Code)



validity
protected int validity(Code)



verbose
protected boolean verbose(Code)





Method Detail
createDname
public DistinguishedName createDname() throws BuildException(Code)
Distinguished name list. Distinguished name container.
throws:
  BuildException - If specified more than once or dnameattribute is used.



execute
public void execute() throws BuildException(Code)
Execute the task.
throws:
  BuildException - on error



setAlias
public void setAlias(String alias)(Code)
The alias to add under.
Parameters:
  alias - alias to add under



setDname
public void setDname(String dname)(Code)
The distinguished name for entity.
Parameters:
  dname - distinguished name



setKeyalg
public void setKeyalg(String keyalg)(Code)
The method to use when generating name-value pair.
Parameters:
  keyalg - algorithm



setKeypass
public void setKeypass(String keypass)(Code)
Password for private key (if different).
Parameters:
  keypass - password



setKeysize
public void setKeysize(String keysize) throws BuildException(Code)
Indicates the size of key generated.
Parameters:
  keysize - size of key
throws:
  BuildException - If not an Integer



setKeystore
public void setKeystore(String keystore)(Code)
Keystore location.
Parameters:
  keystore - location



setSigalg
public void setSigalg(String sigalg)(Code)
The algorithm to use in signing.
Parameters:
  sigalg - algorithm



setStorepass
public void setStorepass(String storepass)(Code)
Password for keystore integrity. Must be at least 6 characters long.
Parameters:
  storepass - password



setStoretype
public void setStoretype(String storetype)(Code)
Keystore type.
Parameters:
  storetype - type



setValidity
public void setValidity(String validity) throws BuildException(Code)
Indicates how many days certificate is valid.
Parameters:
  validity - days valid
throws:
  BuildException - If not an Integer



setVerbose
public void setVerbose(boolean verbose)(Code)
If true, verbose output when signing.
Parameters:
  verbose - verbose or not



Fields inherited from org.apache.tools.ant.Task
protected Target target(Code)(Java Doc)
protected String taskName(Code)(Java Doc)
protected String taskType(Code)(Java Doc)
protected RuntimeConfigurable wrapper(Code)(Java Doc)

Methods inherited from org.apache.tools.ant.Task
final public void bindToOwner(Task owner)(Code)(Java Doc)
public void execute() throws BuildException(Code)(Java Doc)
public Target getOwningTarget()(Code)(Java Doc)
public RuntimeConfigurable getRuntimeConfigurableWrapper()(Code)(Java Doc)
public String getTaskName()(Code)(Java Doc)
public String getTaskType()(Code)(Java Doc)
protected RuntimeConfigurable getWrapper()(Code)(Java Doc)
protected void handleErrorFlush(String output)(Code)(Java Doc)
protected void handleErrorOutput(String output)(Code)(Java Doc)
protected void handleFlush(String output)(Code)(Java Doc)
protected int handleInput(byte[] buffer, int offset, int length) throws IOException(Code)(Java Doc)
protected void handleOutput(String output)(Code)(Java Doc)
public void init() throws BuildException(Code)(Java Doc)
final protected boolean isInvalid()(Code)(Java Doc)
public void log(String msg)(Code)(Java Doc)
public void log(String msg, int msgLevel)(Code)(Java Doc)
public void log(Throwable t, int msgLevel)(Code)(Java Doc)
public void log(String msg, Throwable t, int msgLevel)(Code)(Java Doc)
public void maybeConfigure() throws BuildException(Code)(Java Doc)
final public void perform()(Code)(Java Doc)
public void reconfigure()(Code)(Java Doc)
public void setOwningTarget(Target target)(Code)(Java Doc)
public void setRuntimeConfigurableWrapper(RuntimeConfigurable wrapper)(Code)(Java Doc)
public void setTaskName(String name)(Code)(Java Doc)
public void setTaskType(String type)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.