Java Doc for JAXBSignatureFactory.java in  » 6.0-JDK-Modules-com.sun » xws-security » com » sun » xml » ws » security » opt » crypto » jaxb » 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 » xws security » com.sun.xml.ws.security.opt.crypto.jaxb 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.xml.crypto.dsig.XMLSignatureFactory
      com.sun.xml.ws.security.opt.crypto.jaxb.JAXBSignatureFactory

JAXBSignatureFactory
public class JAXBSignatureFactory extends javax.xml.crypto.dsig.XMLSignatureFactory (Code)

author:
   Abhijit Das




Method Summary
public  JAXBContextgetJAXBContext()
    
public  URIDereferencergetURIDereferencer()
    
public  booleanisFeatureSupported(String string)
    
public  CanonicalizationMethodnewCanonicalizationMethod(String algorithm, C14NMethodParameterSpec c14NMethodParameterSpec)
    
public  CanonicalizationMethodnewCanonicalizationMethod(String algorithm, XMLStructure xMLStructure)
    
public  DSAKeyValuenewDSAKeyValue(byte[] p, byte[] q, byte[] g, byte[] y, byte[] j, byte[] seed, byte[] pgenCounter)
    
public  DigestMethodnewDigestMethod(String algorithm, DigestMethodParameterSpec digestMethodParameterSpec)
    
public static  JAXBSignatureFactorynewInstance()
    
public  KeyInfonewKeyInfo(List content)
    
public  com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyInfonewKeyInfo(String id, List content)
    
public  KeyNamenewKeyName(String name)
    
public  KeyValuenewKeyValue(List content)
    
public  ManifestnewManifest(List list)
    
public  ManifestnewManifest(List list, String string)
    
public  PGPDatanewPGPData(List content)
    
public  RSAKeyValuenewRSAKeyValue(byte[] modulas, byte[] exponent)
    
public  ReferencenewReference(String uri, DigestMethod digestMethod)
     Creates a Reference with the specified URI and digest method.
public  ReferencenewReference(String uri, DigestMethod digestMethod, List transforms, String type, String id)
    
public  ReferencenewReference(String uri, DigestMethod digestMethod, List transforms, String type, String id, byte[] digestValue)
    
public  ReferencenewReference(String string, DigestMethod digestMethod, List list, Data data, List list0, String string0, String string1)
    
public  RetrievalMethodnewRetrievalMethod(Transforms transforms, String type, String uri)
    
public  SPKIDatanewSPKIData(List spkiSexpAndAny)
    
public  SignatureMethodnewSignatureMethod(String algorithm, SignatureMethodParameterSpec signatureMethodParameterSpec)
    
public  SignaturePropertiesnewSignatureProperties(List list, String string)
    
public  SignaturePropertynewSignatureProperty(List list, String string, String string0)
    
public  SignedInfonewSignedInfo(CanonicalizationMethod canonicalizationMethod, SignatureMethod signatureMethod, List references)
    
public  SignedInfonewSignedInfo(CanonicalizationMethod canonicalizationMethod, SignatureMethod signatureMethod, List references, String id)
    
public  TransformnewTransform(String algorithm, TransformParameterSpec transformParameterSpec)
    
public  TransformnewTransform(String algorithm, XMLStructure xMLStructure)
    
public  X509DatanewX509Data(List content)
    
public  X509IssuerSerialnewX509IssuerSerial(String issuer, BigInteger serialno)
    
public  XMLObjectnewXMLObject(List content, String id, String mime, String encoding)
    
public  XMLSignaturenewXMLSignature(SignedInfo signedInfo, KeyInfo keyInfo)
     Creates an XMLSignature and initializes it with the contents of the specified SignedInfo and KeyInfo objects.
public  XMLSignaturenewXMLSignature(SignedInfo signedInfo, KeyInfo keyInfo, List objects, String id, String type)
     Creates an XMLSignature and initializes it with the specified parameters.
public  XMLSignatureunmarshalXMLSignature(XMLValidateContext xMLValidateContext)
    
public  XMLSignatureunmarshalXMLSignature(XMLStructure xMLStructure)
    



Method Detail
getJAXBContext
public JAXBContext getJAXBContext() throws JAXBException(Code)



getURIDereferencer
public URIDereferencer getURIDereferencer()(Code)



isFeatureSupported
public boolean isFeatureSupported(String string)(Code)

Parameters:
  string -



newCanonicalizationMethod
public CanonicalizationMethod newCanonicalizationMethod(String algorithm, C14NMethodParameterSpec c14NMethodParameterSpec) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)
Creates a CanonicalizationMethod with the specified parameters
Parameters:
  algorithm -
Parameters:
  c14NMethodParameterSpec -
throws:
  java.security.NoSuchAlgorithmException -
throws:
  java.security.InvalidAlgorithmParameterException - CanonicalizationMethod



newCanonicalizationMethod
public CanonicalizationMethod newCanonicalizationMethod(String algorithm, XMLStructure xMLStructure) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)
Creates a CanonicalizationMethod with the specified parameters
Parameters:
  algorithm -
Parameters:
  xMLStructure -
throws:
  java.security.NoSuchAlgorithmException -
throws:
  java.security.InvalidAlgorithmParameterException - CanonicalizationMethod



newDSAKeyValue
public DSAKeyValue newDSAKeyValue(byte[] p, byte[] q, byte[] g, byte[] y, byte[] j, byte[] seed, byte[] pgenCounter)(Code)
Creates a DSAKeyValue with the specified parameters
Parameters:
  p -
Parameters:
  q -
Parameters:
  g -
Parameters:
  y -
Parameters:
  j -
Parameters:
  seed -
Parameters:
  pgenCounter - DSAKeyValue



newDigestMethod
public DigestMethod newDigestMethod(String algorithm, DigestMethodParameterSpec digestMethodParameterSpec) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)
Creates a DigestMethod with the specified parameters
Parameters:
  algorithm -
Parameters:
  digestMethodParameterSpec -
throws:
  java.security.NoSuchAlgorithmException -
throws:
  java.security.InvalidAlgorithmParameterException - DigestMethod



newInstance
public static JAXBSignatureFactory newInstance()(Code)



newKeyInfo
public KeyInfo newKeyInfo(List content)(Code)



newKeyInfo
public com.sun.xml.ws.security.opt.crypto.dsig.keyinfo.KeyInfo newKeyInfo(String id, List content)(Code)
Creates a KeyInfo with the specified parameters
Parameters:
  id -
Parameters:
  content - KeyInfo



newKeyName
public KeyName newKeyName(String name)(Code)
Creates a KeyName with the specified parameters
Parameters:
  name - KeyName



newKeyValue
public KeyValue newKeyValue(List content)(Code)
Creates a KeyValue with the specified parameters
Parameters:
  content - KeyValue



newManifest
public Manifest newManifest(List list)(Code)
Creates a Manifest with the specified parameters
Parameters:
  list - Manifest



newManifest
public Manifest newManifest(List list, String string)(Code)
Creates a Manifest with the specified parameters
Parameters:
  list -
Parameters:
  string - Manifest



newPGPData
public PGPData newPGPData(List content)(Code)
Creates a PGPData with the specified parameters
Parameters:
  content - PGPData



newRSAKeyValue
public RSAKeyValue newRSAKeyValue(byte[] modulas, byte[] exponent)(Code)
Creates a RSAKeyValue with the specified parameters
Parameters:
  modulas -
Parameters:
  exponent - RSAKeyValue



newReference
public Reference newReference(String uri, DigestMethod digestMethod)(Code)
Creates a Reference with the specified URI and digest method.
Parameters:
  uri -
Parameters:
  digestMethod - Reference



newReference
public Reference newReference(String uri, DigestMethod digestMethod, List transforms, String type, String id)(Code)
Creates a Reference with the specified parameters
Parameters:
  uri -
Parameters:
  digestMethod -
Parameters:
  transforms -
Parameters:
  type -
Parameters:
  id - Reference



newReference
public Reference newReference(String uri, DigestMethod digestMethod, List transforms, String type, String id, byte[] digestValue)(Code)
Creates a Reference with the specified parameters
Parameters:
  uri -
Parameters:
  digestMethod -
Parameters:
  transforms -
Parameters:
  type -
Parameters:
  id -
Parameters:
  digestValue - Reference



newReference
public Reference newReference(String string, DigestMethod digestMethod, List list, Data data, List list0, String string0, String string1)(Code)
Creates a Reference with the specified parameters
Parameters:
  string -
Parameters:
  digestMethod -
Parameters:
  list -
Parameters:
  data -
Parameters:
  list0 -
Parameters:
  string0 -
Parameters:
  string1 - Reference



newRetrievalMethod
public RetrievalMethod newRetrievalMethod(Transforms transforms, String type, String uri)(Code)
Creates a RetrievalMethod with the specified parameters
Parameters:
  transforms -
Parameters:
  type -
Parameters:
  uri - RetrievalMethod



newSPKIData
public SPKIData newSPKIData(List spkiSexpAndAny)(Code)
Creates a SPKIData with the specified parameters
Parameters:
  spkiSexpAndAny - SPKIData



newSignatureMethod
public SignatureMethod newSignatureMethod(String algorithm, SignatureMethodParameterSpec signatureMethodParameterSpec) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)
Creates a SignatureMethod with the specified parameters
Parameters:
  algorithm -
Parameters:
  signatureMethodParameterSpec -
throws:
  java.security.NoSuchAlgorithmException -
throws:
  java.security.InvalidAlgorithmParameterException - SignatureMethod



newSignatureProperties
public SignatureProperties newSignatureProperties(List list, String string)(Code)
Creates a SignatureProperties with the specified parameters
Parameters:
  list -
Parameters:
  string - SignatureProperties



newSignatureProperty
public SignatureProperty newSignatureProperty(List list, String string, String string0)(Code)
Creates a SignatureProperty with the specified parameters
Parameters:
  list -
Parameters:
  string -
Parameters:
  string0 - SignatureProperty



newSignedInfo
public SignedInfo newSignedInfo(CanonicalizationMethod canonicalizationMethod, SignatureMethod signatureMethod, List references)(Code)
Creates a SignedInfo with the specified parameters
Parameters:
  canonicalizationMethod -
Parameters:
  signatureMethod -
Parameters:
  references - SignedInfo



newSignedInfo
public SignedInfo newSignedInfo(CanonicalizationMethod canonicalizationMethod, SignatureMethod signatureMethod, List references, String id)(Code)
Creates a SignedInfo with the specified parameters
Parameters:
  canonicalizationMethod -
Parameters:
  signatureMethod -
Parameters:
  references -
Parameters:
  id - SignedInfo



newTransform
public Transform newTransform(String algorithm, TransformParameterSpec transformParameterSpec) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)
Creates a Transform with the specified parameters
Parameters:
  algorithm -
Parameters:
  transformParameterSpec -
throws:
  java.security.NoSuchAlgorithmException -
throws:
  java.security.InvalidAlgorithmParameterException - Transforms



newTransform
public Transform newTransform(String algorithm, XMLStructure xMLStructure) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)
Creates a Transform with the specified parameters
Parameters:
  algorithm -
Parameters:
  xMLStructure -
throws:
  java.security.NoSuchAlgorithmException -
throws:
  java.security.InvalidAlgorithmParameterException - Transform



newX509Data
public X509Data newX509Data(List content)(Code)
Creates a X509Data with the specified parameters
Parameters:
  content - X509Data



newX509IssuerSerial
public X509IssuerSerial newX509IssuerSerial(String issuer, BigInteger serialno)(Code)
Creates a X509IssuerSerial with the specified parameters
Parameters:
  issuer -
Parameters:
  serialno - X509IssuerSerial



newXMLObject
public XMLObject newXMLObject(List content, String id, String mime, String encoding)(Code)
Creates a XMLObject with the specified parameters
Parameters:
  content -
Parameters:
  id -
Parameters:
  mime -
Parameters:
  encoding - XMLObject



newXMLSignature
public XMLSignature newXMLSignature(SignedInfo signedInfo, KeyInfo keyInfo)(Code)
Creates an XMLSignature and initializes it with the contents of the specified SignedInfo and KeyInfo objects.
Parameters:
  signedInfo - - signed info
Parameters:
  keyInfo - - key info (may be null) XMLSignature



newXMLSignature
public XMLSignature newXMLSignature(SignedInfo signedInfo, KeyInfo keyInfo, List objects, String id, String type)(Code)
Creates an XMLSignature and initializes it with the specified parameters.
Parameters:
  signedInfo - - the Signed Info
Parameters:
  keyInfo - - ths key info (may be null)
Parameters:
  objects - - a list of XMLObjects (may be null)
Parameters:
  id - - the id (may be null)
Parameters:
  type - - the type (may be null) XMLSignature



unmarshalXMLSignature
public XMLSignature unmarshalXMLSignature(XMLValidateContext xMLValidateContext) throws MarshalException(Code)

Parameters:
  xMLValidateContext -
throws:
  javax.xml.crypto.MarshalException -



unmarshalXMLSignature
public XMLSignature unmarshalXMLSignature(XMLStructure xMLStructure) throws MarshalException(Code)

Parameters:
  xMLStructure -
throws:
  javax.xml.crypto.MarshalException -



Methods inherited from javax.xml.crypto.dsig.XMLSignatureFactory
public static XMLSignatureFactory getInstance(String mechanismType)(Code)(Java Doc)
public static XMLSignatureFactory getInstance(String mechanismType, Provider provider)(Code)(Java Doc)
public static XMLSignatureFactory getInstance(String mechanismType, String provider) throws NoSuchProviderException(Code)(Java Doc)
public static XMLSignatureFactory getInstance()(Code)(Java Doc)
final public KeyInfoFactory getKeyInfoFactory()(Code)(Java Doc)
final public String getMechanismType()(Code)(Java Doc)
final public Provider getProvider()(Code)(Java Doc)
abstract public URIDereferencer getURIDereferencer()(Code)(Java Doc)
abstract public boolean isFeatureSupported(String feature)(Code)(Java Doc)
abstract public CanonicalizationMethod newCanonicalizationMethod(String algorithm, C14NMethodParameterSpec params) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)(Java Doc)
abstract public CanonicalizationMethod newCanonicalizationMethod(String algorithm, XMLStructure params) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)(Java Doc)
abstract public DigestMethod newDigestMethod(String algorithm, DigestMethodParameterSpec params) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)(Java Doc)
abstract public Manifest newManifest(List references)(Code)(Java Doc)
abstract public Manifest newManifest(List references, String id)(Code)(Java Doc)
abstract public Reference newReference(String uri, DigestMethod dm)(Code)(Java Doc)
abstract public Reference newReference(String uri, DigestMethod dm, List transforms, String type, String id)(Code)(Java Doc)
abstract public Reference newReference(String uri, DigestMethod dm, List transforms, String type, String id, byte[] digestValue)(Code)(Java Doc)
abstract public Reference newReference(String uri, DigestMethod dm, List appliedTransforms, Data result, List transforms, String type, String id)(Code)(Java Doc)
abstract public SignatureMethod newSignatureMethod(String algorithm, SignatureMethodParameterSpec params) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)(Java Doc)
abstract public SignatureProperties newSignatureProperties(List properties, String id)(Code)(Java Doc)
abstract public SignatureProperty newSignatureProperty(List content, String target, String id)(Code)(Java Doc)
abstract public SignedInfo newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references)(Code)(Java Doc)
abstract public SignedInfo newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references, String id)(Code)(Java Doc)
abstract public Transform newTransform(String algorithm, TransformParameterSpec params) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)(Java Doc)
abstract public Transform newTransform(String algorithm, XMLStructure params) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException(Code)(Java Doc)
abstract public XMLObject newXMLObject(List content, String id, String mimeType, String encoding)(Code)(Java Doc)
abstract public XMLSignature newXMLSignature(SignedInfo si, KeyInfo ki)(Code)(Java Doc)
abstract public XMLSignature newXMLSignature(SignedInfo si, KeyInfo ki, List objects, String id, String signatureValueId)(Code)(Java Doc)
abstract public XMLSignature unmarshalXMLSignature(XMLValidateContext context) throws MarshalException(Code)(Java Doc)
abstract public XMLSignature unmarshalXMLSignature(XMLStructure xmlStructure) throws MarshalException(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__w_w.ja__v_a2_s.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.