Java Doc for CryptographyCallbackHandler.java in  » Web-Services » spring-ws-1.0.0 » org » springframework » ws » soap » security » xwss » callback » 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 » Web Services » spring ws 1.0.0 » org.springframework.ws.soap.security.xwss.callback 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.springframework.ws.soap.security.xwss.callback.AbstractCallbackHandler
      org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler

All known Subclasses:   org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler,
CryptographyCallbackHandler
public class CryptographyCallbackHandler extends AbstractCallbackHandler (Code)
Default callback handler that handles cryptographic callback. This handler determines the exact callback passed, and calls a template method for it. By default, all template methods throw an UnsupportedCallbackException, so you only need to override those you need.
author:
   Arjen Poutsma




Method Summary
protected  voidhandleAliasPrivKeyCertRequest(SignatureKeyCallback callback, SignatureKeyCallback.AliasPrivKeyCertRequest request)
     Template method that handles SignatureKeyCallbacks with AliasPrivKeyCertRequests. Called from handlePrivKeyCertRequest().
protected  voidhandleAliasSymmetricKeyRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.AliasSymmetricKeyRequest request)
     Template method that handles DecryptionKeyCallbacks with AliasSymmetricKeyRequests. Called from handleSymmetricKeyRequest().
protected  voidhandleAliasSymmetricKeyRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.AliasSymmetricKeyRequest request)
     Template method that handles EncryptionKeyCallbacks with AliasSymmetricKeyRequests. Called from handleSymmetricKeyRequest().
protected  voidhandleAliasX509CertificateRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.AliasX509CertificateRequest request)
     Template method that handles EncryptionKeyCallbacks with AliasX509CertificateRequests. Called from handleX509CertificateRequest().
protected  voidhandleCertificateValidationCallback(CertificateValidationCallback callback)
     Template method that handles CertificateValidationCallbacks.
final protected  voidhandleDecryptionKeyCallback(DecryptionKeyCallback callback)
     Method that handles DecryptionKeyCallbacks.
protected  voidhandleDefaultPrivKeyCertRequest(SignatureKeyCallback callback, SignatureKeyCallback.DefaultPrivKeyCertRequest request)
     Template method that handles SignatureKeyCallbacks with DefaultPrivKeyCertRequests. Called from handlePrivKeyCertRequest().
protected  voidhandleDefaultX509CertificateRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.DefaultX509CertificateRequest request)
     Template method that handles EncryptionKeyCallbacks with DefaultX509CertificateRequests. Called from handleX509CertificateRequest().
final protected  voidhandleEncryptionKeyCallback(EncryptionKeyCallback callback)
     Method that handles EncryptionKeyCallbacks.
final protected  voidhandleInternal(Callback callback)
    
final protected  voidhandlePrivKeyCertRequest(SignatureKeyCallback cb, SignatureKeyCallback.PrivKeyCertRequest request)
     Method that handles SignatureKeyCallbacks with PrivKeyCertRequests.
final protected  voidhandlePrivateKeyRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.PrivateKeyRequest request)
     Method that handles DecryptionKeyCallbacks with PrivateKeyRequest .
protected  voidhandlePublicKeyBasedPrivKeyCertRequest(SignatureKeyCallback callback, SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest request)
     Template method that handles SignatureKeyCallbacks with PublicKeyBasedPrivKeyCertRequests. Called from handlePrivKeyCertRequest().
protected  voidhandlePublicKeyBasedPrivKeyRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest request)
     Template method that handles DecryptionKeyCallbacks with PublicKeyBasedPrivKeyRequests. Called from handlePrivateKeyRequest().
protected  voidhandlePublicKeyBasedRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.PublicKeyBasedRequest request)
     Template method that handles EncryptionKeyCallbacks with PublicKeyBasedRequests.
protected  voidhandlePublicKeyBasedRequest(SignatureVerificationKeyCallback callback, SignatureVerificationKeyCallback.PublicKeyBasedRequest request)
     Template method that handles SignatureKeyCallbacks with PublicKeyBasedRequests.
final protected  voidhandleSignatureKeyCallback(SignatureKeyCallback callback)
     Method that handles SignatureKeyCallbacks.
final protected  voidhandleSignatureVerificationKeyCallback(SignatureVerificationKeyCallback callback)
     Method that handles SignatureVerificationKeyCallbacks.
final protected  voidhandleSymmetricKeyRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.SymmetricKeyRequest request)
     Method that handles DecryptionKeyCallbacks with SymmetricKeyRequest .
final protected  voidhandleSymmetricKeyRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.SymmetricKeyRequest request)
     Method that handles EncryptionKeyCallbacks with SymmetricKeyRequest .
protected  voidhandleX509CertificateBasedRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.X509CertificateBasedRequest request)
     Template method that handles DecryptionKeyCallbacks with X509CertificateBasedRequests. Called from handlePrivateKeyRequest().
final protected  voidhandleX509CertificateRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.X509CertificateRequest request)
     Method that handles EncryptionKeyCallbacks with X509CertificateRequest .
final protected  voidhandleX509CertificateRequest(SignatureVerificationKeyCallback callback, SignatureVerificationKeyCallback.X509CertificateRequest request)
     Method that handles SignatureVerificationKeyCallbacks with X509CertificateRequests. Called from handleSignatureVerificationKeyCallback().
protected  voidhandleX509IssuerSerialBasedRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.X509IssuerSerialBasedRequest request)
     Template method that handles DecryptionKeyCallbacks with X509IssuerSerialBasedRequests. Called from handlePrivateKeyRequest().
protected  voidhandleX509IssuerSerialBasedRequest(SignatureVerificationKeyCallback callback, SignatureVerificationKeyCallback.X509IssuerSerialBasedRequest request)
     Template method that handles SignatureKeyCallbacks with X509IssuerSerialBasedRequests. Called from handlePrivKeyCertRequest().
protected  voidhandleX509SubjectKeyIdentifierBasedRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest request)
     Template method that handles DecryptionKeyCallbacks with X509SubjectKeyIdentifierBasedRequests. Called from handlePrivateKeyRequest().
protected  voidhandleX509SubjectKeyIdentifierBasedRequest(SignatureVerificationKeyCallback callback, SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest request)
     Template method that handles SignatureKeyCallbacks with PublicKeyBasedPrivKeyCertRequests. Called from handlePrivKeyCertRequest().



Method Detail
handleAliasPrivKeyCertRequest
protected void handleAliasPrivKeyCertRequest(SignatureKeyCallback callback, SignatureKeyCallback.AliasPrivKeyCertRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles SignatureKeyCallbacks with AliasPrivKeyCertRequests. Called from handlePrivKeyCertRequest(). Default implementation throws an UnsupportedCallbackException.



handleAliasSymmetricKeyRequest
protected void handleAliasSymmetricKeyRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.AliasSymmetricKeyRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles DecryptionKeyCallbacks with AliasSymmetricKeyRequests. Called from handleSymmetricKeyRequest(). Default implementation throws an UnsupportedCallbackException.



handleAliasSymmetricKeyRequest
protected void handleAliasSymmetricKeyRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.AliasSymmetricKeyRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles EncryptionKeyCallbacks with AliasSymmetricKeyRequests. Called from handleSymmetricKeyRequest(). Default implementation throws an UnsupportedCallbackException.



handleAliasX509CertificateRequest
protected void handleAliasX509CertificateRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.AliasX509CertificateRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles EncryptionKeyCallbacks with AliasX509CertificateRequests. Called from handleX509CertificateRequest(). Default implementation throws an UnsupportedCallbackException.



handleCertificateValidationCallback
protected void handleCertificateValidationCallback(CertificateValidationCallback callback) throws IOException, UnsupportedCallbackException(Code)
Template method that handles CertificateValidationCallbacks. Called from handleInternal(). Default implementation throws an UnsupportedCallbackException.



handleDecryptionKeyCallback
final protected void handleDecryptionKeyCallback(DecryptionKeyCallback callback) throws IOException, UnsupportedCallbackException(Code)
Method that handles DecryptionKeyCallbacks. Called from handleInternal(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handlePrivateKeyRequest(com.sun.xml.wss.impl.callback.DecryptionKeyCallback,com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest)
See Also:   CryptographyCallbackHandler.handleSymmetricKeyRequest(com.sun.xml.wss.impl.callback.DecryptionKeyCallback,com.sun.xml.wss.impl.callback.DecryptionKeyCallback.SymmetricKeyRequest)



handleDefaultPrivKeyCertRequest
protected void handleDefaultPrivKeyCertRequest(SignatureKeyCallback callback, SignatureKeyCallback.DefaultPrivKeyCertRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles SignatureKeyCallbacks with DefaultPrivKeyCertRequests. Called from handlePrivKeyCertRequest(). Default implementation throws an UnsupportedCallbackException.



handleDefaultX509CertificateRequest
protected void handleDefaultX509CertificateRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.DefaultX509CertificateRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles EncryptionKeyCallbacks with DefaultX509CertificateRequests. Called from handleX509CertificateRequest(). Default implementation throws an UnsupportedCallbackException.



handleEncryptionKeyCallback
final protected void handleEncryptionKeyCallback(EncryptionKeyCallback callback) throws IOException, UnsupportedCallbackException(Code)
Method that handles EncryptionKeyCallbacks. Called from handleInternal(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handleSymmetricKeyRequest(com.sun.xml.wss.impl.callback.EncryptionKeyCallback,com.sun.xml.wss.impl.callback.EncryptionKeyCallback.SymmetricKeyRequest)
See Also:   CryptographyCallbackHandler.handleX509CertificateRequest(com.sun.xml.wss.impl.callback.EncryptionKeyCallback,com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest)



handleInternal
final protected void handleInternal(Callback callback) throws IOException, UnsupportedCallbackException(Code)



handlePrivKeyCertRequest
final protected void handlePrivKeyCertRequest(SignatureKeyCallback cb, SignatureKeyCallback.PrivKeyCertRequest request) throws IOException, UnsupportedCallbackException(Code)
Method that handles SignatureKeyCallbacks with PrivKeyCertRequests. Called from handleSignatureKeyCallback(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handleDefaultPrivKeyCertRequest(com.sun.xml.wss.impl.callback.SignatureKeyCallback,com.sun.xml.wss.impl.callback.SignatureKeyCallback.DefaultPrivKeyCertRequest)
See Also:   CryptographyCallbackHandler.handleAliasPrivKeyCertRequest(com.sun.xml.wss.impl.callback.SignatureKeyCallback,com.sun.xml.wss.impl.callback.SignatureKeyCallback.AliasPrivKeyCertRequest)
See Also:   CryptographyCallbackHandler.handlePublicKeyBasedPrivKeyCertRequest(com.sun.xml.wss.impl.callback.SignatureKeyCallback,com.sun.xml.wss.impl.callback.SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest)



handlePrivateKeyRequest
final protected void handlePrivateKeyRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.PrivateKeyRequest request) throws IOException, UnsupportedCallbackException(Code)
Method that handles DecryptionKeyCallbacks with PrivateKeyRequest . Called from handleDecryptionKeyCallback(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handlePublicKeyBasedPrivKeyCertRequest(com.sun.xml.wss.impl.callback.SignatureKeyCallback,com.sun.xml.wss.impl.callback.SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest)
See Also:   CryptographyCallbackHandler.handleX509CertificateBasedRequest(com.sun.xml.wss.impl.callback.DecryptionKeyCallback,com.sun.xml.wss.impl.callback.DecryptionKeyCallback.X509CertificateBasedRequest)
See Also:   CryptographyCallbackHandler.handleX509IssuerSerialBasedRequest(com.sun.xml.wss.impl.callback.DecryptionKeyCallback,com.sun.xml.wss.impl.callback.DecryptionKeyCallback.X509IssuerSerialBasedRequest)
See Also:   CryptographyCallbackHandler.handleX509SubjectKeyIdentifierBasedRequest(com.sun.xml.wss.impl.callback.DecryptionKeyCallback,com.sun.xml.wss.impl.callback.DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest)



handlePublicKeyBasedPrivKeyCertRequest
protected void handlePublicKeyBasedPrivKeyCertRequest(SignatureKeyCallback callback, SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles SignatureKeyCallbacks with PublicKeyBasedPrivKeyCertRequests. Called from handlePrivKeyCertRequest(). Default implementation throws an UnsupportedCallbackException.



handlePublicKeyBasedPrivKeyRequest
protected void handlePublicKeyBasedPrivKeyRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles DecryptionKeyCallbacks with PublicKeyBasedPrivKeyRequests. Called from handlePrivateKeyRequest(). Default implementation throws an UnsupportedCallbackException.



handlePublicKeyBasedRequest
protected void handlePublicKeyBasedRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.PublicKeyBasedRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles EncryptionKeyCallbacks with PublicKeyBasedRequests. Called from handleX509CertificateRequest(). Default implementation throws an UnsupportedCallbackException.



handlePublicKeyBasedRequest
protected void handlePublicKeyBasedRequest(SignatureVerificationKeyCallback callback, SignatureVerificationKeyCallback.PublicKeyBasedRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles SignatureKeyCallbacks with PublicKeyBasedRequests. Called from handlePrivKeyCertRequest(). Default implementation throws an UnsupportedCallbackException.



handleSignatureKeyCallback
final protected void handleSignatureKeyCallback(SignatureKeyCallback callback) throws IOException, UnsupportedCallbackException(Code)
Method that handles SignatureKeyCallbacks. Called from handleInternal(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handlePrivKeyCertRequest(com.sun.xml.wss.impl.callback.SignatureKeyCallback,com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest)



handleSignatureVerificationKeyCallback
final protected void handleSignatureVerificationKeyCallback(SignatureVerificationKeyCallback callback) throws UnsupportedCallbackException, IOException(Code)
Method that handles SignatureVerificationKeyCallbacks. Called from handleInternal(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handleX509CertificateRequest(com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback,com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.X509CertificateRequest)



handleSymmetricKeyRequest
final protected void handleSymmetricKeyRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.SymmetricKeyRequest request) throws IOException, UnsupportedCallbackException(Code)
Method that handles DecryptionKeyCallbacks with SymmetricKeyRequest . Called from handleDecryptionKeyCallback(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handleAliasSymmetricKeyRequest(com.sun.xml.wss.impl.callback.DecryptionKeyCallback,com.sun.xml.wss.impl.callback.DecryptionKeyCallback.AliasSymmetricKeyRequest)



handleSymmetricKeyRequest
final protected void handleSymmetricKeyRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.SymmetricKeyRequest request) throws IOException, UnsupportedCallbackException(Code)
Method that handles EncryptionKeyCallbacks with SymmetricKeyRequest . Called from handleEncryptionKeyCallback(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handleAliasSymmetricKeyRequest(com.sun.xml.wss.impl.callback.EncryptionKeyCallback,com.sun.xml.wss.impl.callback.EncryptionKeyCallback.AliasSymmetricKeyRequest)



handleX509CertificateBasedRequest
protected void handleX509CertificateBasedRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.X509CertificateBasedRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles DecryptionKeyCallbacks with X509CertificateBasedRequests. Called from handlePrivateKeyRequest(). Default implementation throws an UnsupportedCallbackException.



handleX509CertificateRequest
final protected void handleX509CertificateRequest(EncryptionKeyCallback callback, EncryptionKeyCallback.X509CertificateRequest request) throws IOException, UnsupportedCallbackException(Code)
Method that handles EncryptionKeyCallbacks with X509CertificateRequest . Called from handleEncryptionKeyCallback(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handleAliasX509CertificateRequest(com.sun.xml.wss.impl.callback.EncryptionKeyCallback,com.sun.xml.wss.impl.callback.EncryptionKeyCallback.AliasX509CertificateRequest)
See Also:   CryptographyCallbackHandler.handleDefaultX509CertificateRequest(com.sun.xml.wss.impl.callback.EncryptionKeyCallback,com.sun.xml.wss.impl.callback.EncryptionKeyCallback.DefaultX509CertificateRequest)
See Also:   CryptographyCallbackHandler.handlePublicKeyBasedRequest(com.sun.xml.wss.impl.callback.EncryptionKeyCallback,com.sun.xml.wss.impl.callback.EncryptionKeyCallback.PublicKeyBasedRequest)



handleX509CertificateRequest
final protected void handleX509CertificateRequest(SignatureVerificationKeyCallback callback, SignatureVerificationKeyCallback.X509CertificateRequest request) throws UnsupportedCallbackException, IOException(Code)
Method that handles SignatureVerificationKeyCallbacks with X509CertificateRequests. Called from handleSignatureVerificationKeyCallback(). Default implementation delegates to specific handling methods.
See Also:   CryptographyCallbackHandler.handlePublicKeyBasedRequest(com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback,com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.PublicKeyBasedRequest)
See Also:   CryptographyCallbackHandler.handleX509IssuerSerialBasedRequest(com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback,com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.X509IssuerSerialBasedRequest)
See Also:   CryptographyCallbackHandler.handleX509SubjectKeyIdentifierBasedRequest(com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback,com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest)



handleX509IssuerSerialBasedRequest
protected void handleX509IssuerSerialBasedRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.X509IssuerSerialBasedRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles DecryptionKeyCallbacks with X509IssuerSerialBasedRequests. Called from handlePrivateKeyRequest(). Default implementation throws an UnsupportedCallbackException.



handleX509IssuerSerialBasedRequest
protected void handleX509IssuerSerialBasedRequest(SignatureVerificationKeyCallback callback, SignatureVerificationKeyCallback.X509IssuerSerialBasedRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles SignatureKeyCallbacks with X509IssuerSerialBasedRequests. Called from handlePrivKeyCertRequest(). Default implementation throws an UnsupportedCallbackException.



handleX509SubjectKeyIdentifierBasedRequest
protected void handleX509SubjectKeyIdentifierBasedRequest(DecryptionKeyCallback callback, DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles DecryptionKeyCallbacks with X509SubjectKeyIdentifierBasedRequests. Called from handlePrivateKeyRequest(). Default implementation throws an UnsupportedCallbackException.



handleX509SubjectKeyIdentifierBasedRequest
protected void handleX509SubjectKeyIdentifierBasedRequest(SignatureVerificationKeyCallback callback, SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest request) throws IOException, UnsupportedCallbackException(Code)
Template method that handles SignatureKeyCallbacks with PublicKeyBasedPrivKeyCertRequests. Called from handlePrivKeyCertRequest(). Default implementation throws an UnsupportedCallbackException.



Fields inherited from org.springframework.ws.soap.security.xwss.callback.AbstractCallbackHandler
final protected Log logger(Code)(Java Doc)

Methods inherited from org.springframework.ws.soap.security.xwss.callback.AbstractCallbackHandler
final public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException(Code)(Java Doc)
abstract protected void handleInternal(Callback callback) throws IOException, UnsupportedCallbackException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

w_ww.___j__av___a__2__s.__c_o___m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.