Java Doc for AlgorithmSuite.java in  » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » security » policy » 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 » 6.0 JDK Modules com.sun » wsit » com.sun.xml.ws.security.policy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.xml.ws.security.policy.AlgorithmSuite

All known Subclasses:   com.sun.xml.ws.security.impl.policy.AlgorithmSuite,
AlgorithmSuite
public interface AlgorithmSuite (Code)
Represents the AlgorithmSuite assertion.

Syntax :


 <sp:AlgorithmSuite ... >
 <wsp:Policy>
 (
 <sp:Basic256 ... /> |
 <sp:Basic192 ... /> |
 <sp:Basic128 ... /> |
 <sp:TripleDes ... /> |
 <sp:Basic256Rsa15 ... /> |
 <sp:Basic192Rsa15 ... /> |
 <sp:Basic128Rsa15 ... /> |
 <sp:TripleDesRsa15 ... /> |
 <sp:Basic256Sha256 ... /> |
 <sp:Basic192Sha256 ... /> |
 <sp:Basic128Sha256 ... /> |
 <sp:TripleDesSha256 ... /> |
 <sp:Basic256Sha256Rsa15 ... /> |
 <sp:Basic192Sha256Rsa15 ... /> |
 <sp:Basic128Sha256Rsa15 ... /> |
 <sp:TripleDesSha256Rsa15 ... /> |
 ...)
 <sp:InclusiveC14N ... /> ?
 <sp:SOAPNormalization10 ... /> ?
 <sp:STRTransform10 ... /> ?
 <sp:XPath10 ... /> ?
 <sp:XPathFilter20 ... /> ?
 ...
 </wsp:Policy>
 ...
 </sp:AlgorithmSuite>
 

author:
   K.Venugopal@sun.com


Field Summary
final public static  StringINCLUSIVE14N
    
public static  intMAX_AKL
    
public static  intMAX_SKL
    
public static  intMIN_AKL
    
final public static  StringSOAP_NORMALIZATION10
    
final public static  StringSTR_TRANSFORM10
    
final public static  StringXPATH10
    
final public static  StringXPATH_FILTER20
    


Method Summary
public  SetgetAdditionalProps()
    
public  StringgetAsymmetricKeyAlgorithm()
    
public  StringgetAsymmetricKeySignatureAlgorithm()
    
public  StringgetComputedKeyAlgorithm()
    
public  StringgetDigestAlgorithm()
     Gets the Digest algorithm identified by this AlgorithmSuite.
public  StringgetEncryptionAlgorithm()
    
public  StringgetEncryptionKDAlogrithm()
    
public  intgetMaxAsymmetricKeyLength()
    
public  intgetMaxSymmetricKeyLength()
    
public  intgetMinAsymmetricKeyLength()
    
public  intgetMinSKLAlgorithm()
     Gets minimum key length for symmetric key algorithm.
public  StringgetSignatureKDAlogrithm()
    
public  StringgetSymmetricKeyAlgorithm()
    
public  StringgetSymmetricKeySignatureAlgorithm()
    
public  AlgorithmSuiteValuegetType()
     returns the Algorithm suite to be used.

Field Detail
INCLUSIVE14N
final public static String INCLUSIVE14N(Code)



MAX_AKL
public static int MAX_AKL(Code)



MAX_SKL
public static int MAX_SKL(Code)



MIN_AKL
public static int MIN_AKL(Code)



SOAP_NORMALIZATION10
final public static String SOAP_NORMALIZATION10(Code)



STR_TRANSFORM10
final public static String STR_TRANSFORM10(Code)



XPATH10
final public static String XPATH10(Code)



XPATH_FILTER20
final public static String XPATH_FILTER20(Code)





Method Detail
getAdditionalProps
public Set getAdditionalProps()(Code)
Property set containing INCLUSIVE14N,SOAP_NORMALIZATION10,STR_TRANSFORM10,XPATH10,XPATH_FILTER20 list identifying the properties



getAsymmetricKeyAlgorithm
public String getAsymmetricKeyAlgorithm()(Code)
Get the Assymetric key algorithm



getAsymmetricKeySignatureAlgorithm
public String getAsymmetricKeySignatureAlgorithm()(Code)
Gets the Asymmetric key signature algorithm



getComputedKeyAlgorithm
public String getComputedKeyAlgorithm()(Code)



getDigestAlgorithm
public String getDigestAlgorithm()(Code)
Gets the Digest algorithm identified by this AlgorithmSuite.



getEncryptionAlgorithm
public String getEncryptionAlgorithm()(Code)
Gets the Encryption algorithm



getEncryptionKDAlogrithm
public String getEncryptionKDAlogrithm()(Code)
Gets the Encryprion key derivation algorithm



getMaxAsymmetricKeyLength
public int getMaxAsymmetricKeyLength()(Code)



getMaxSymmetricKeyLength
public int getMaxSymmetricKeyLength()(Code)



getMinAsymmetricKeyLength
public int getMinAsymmetricKeyLength()(Code)



getMinSKLAlgorithm
public int getMinSKLAlgorithm()(Code)
Gets minimum key length for symmetric key algorithm.



getSignatureKDAlogrithm
public String getSignatureKDAlogrithm()(Code)
Gets the Signature key derivation algorithm



getSymmetricKeyAlgorithm
public String getSymmetricKeyAlgorithm()(Code)
Gets the Symmetric Key algorithm



getSymmetricKeySignatureAlgorithm
public String getSymmetricKeySignatureAlgorithm()(Code)
Gets the Symmetric key signature algorithm



getType
public AlgorithmSuiteValue getType()(Code)
returns the Algorithm suite to be used. AlgorithmSuiteValue



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