|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshalException | |
---|---|
javax.xml.crypto.dsig | Classes for generating and validating XML digital signatures. |
javax.xml.crypto.dsig.keyinfo | Classes for parsing and processing KeyInfo elements and structures. |
org.jcp.xml.dsig.internal.dom |
Uses of MarshalException in javax.xml.crypto.dsig |
---|
Methods in javax.xml.crypto.dsig that throw MarshalException | |
---|---|
abstract void |
TransformService.marshalParams(XMLStructure parent,
XMLCryptoContext context)
Marshals the algorithm-specific parameters. |
void |
XMLSignature.sign(XMLSignContext signContext)
Signs this XMLSignature . |
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
Unmarshals a new XMLSignature instance from a
mechanism-specific XMLStructure instance. |
abstract XMLSignature |
XMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context)
Unmarshals a new XMLSignature instance from a
mechanism-specific XMLValidateContext instance. |
Uses of MarshalException in javax.xml.crypto.dsig.keyinfo |
---|
Methods in javax.xml.crypto.dsig.keyinfo that throw MarshalException | |
---|---|
void |
KeyInfo.marshal(XMLStructure parent,
XMLCryptoContext context)
Marshals the key info to XML. |
abstract KeyInfo |
KeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
Unmarshals a new KeyInfo instance from a
mechanism-specific XMLStructure (ex: DOMStructure )
instance. |
Uses of MarshalException in org.jcp.xml.dsig.internal.dom |
---|
Methods in org.jcp.xml.dsig.internal.dom that throw MarshalException | |
---|---|
void |
DOMXMLSignature.marshal(org.w3c.dom.Node parent,
org.w3c.dom.Node nextSibling,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMKeyInfo.marshal(org.w3c.dom.Node parent,
org.w3c.dom.Node nextSibling,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMX509IssuerSerial.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMSignatureProperties.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMManifest.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMRetrievalMethod.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMPGPData.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMReference.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMXMLSignature.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMXMLSignature.DOMSignatureValue.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMKeyName.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMX509Data.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMDigestMethod.marshal(org.w3c.dom.Node parent,
java.lang.String prefix,
DOMCryptoContext context)
This method invokes the abstract marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMKeyValue.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMCryptoBinary.marshal(org.w3c.dom.Node parent,
java.lang.String prefix,
DOMCryptoContext context)
|
void |
DOMSignedInfo.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMSignatureMethod.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
This method invokes the abstract marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMSignatureProperty.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMXMLObject.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMTransform.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
This method invokes the abstract marshalParams
method to marshal any algorithm-specific parameters. |
abstract void |
DOMStructure.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMKeyInfo.marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
void |
DOMKeyInfo.marshal(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMXSLTTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMXPathFilter2Transform.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
ApacheCanonicalizer.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMExcC14NMethod.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMXPathTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
ApacheTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMXMLSignature.sign(XMLSignContext signContext)
|
KeyInfo |
DOMKeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
|
XMLSignature |
DOMXMLSignatureFactory.unmarshalXMLSignature(XMLStructure xmlStructure)
|
XMLSignature |
DOMXMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context)
|
Constructors in org.jcp.xml.dsig.internal.dom that throw MarshalException | |
---|---|
DOMCanonicalizationMethod(org.w3c.dom.Element cmElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a DOMCanonicalizationMethod from an element. |
|
DOMCryptoBinary(org.w3c.dom.Node cbNode)
Creates a DOMCryptoBinary from a node. |
|
DOMKeyInfo(org.w3c.dom.Element kiElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a DOMKeyInfo from XML. |
|
DOMKeyValue(org.w3c.dom.Element kvElem)
Creates a DOMKeyValue from an element. |
|
DOMManifest(org.w3c.dom.Element manElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a DOMManifest from an element. |
|
DOMPGPData(org.w3c.dom.Element pdElem)
Creates a DOMPGPData from an element. |
|
DOMReference(org.w3c.dom.Element refElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a DOMReference from an element. |
|
DOMRetrievalMethod(org.w3c.dom.Element rmElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a DOMRetrievalMethod from an element. |
|
DOMSignatureProperties(org.w3c.dom.Element propsElem)
Creates a DOMSignatureProperties from an element. |
|
DOMSignatureProperty(org.w3c.dom.Element propElem)
Creates a DOMSignatureProperty from an element. |
|
DOMSignedInfo(org.w3c.dom.Element siElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a DOMSignedInfo from an element. |
|
DOMTransform(org.w3c.dom.Element transElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a DOMTransform from an element. |
|
DOMX509Data(org.w3c.dom.Element xdElem)
Creates a DOMX509Data from an element. |
|
DOMXMLObject(org.w3c.dom.Element objElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates an XMLObject from an element. |
|
DOMXMLSignature(org.w3c.dom.Element sigElem,
XMLCryptoContext context,
java.security.Provider provider)
Creates a DOMXMLSignature from XML. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |