|
||||||||||
| 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.apache.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.apache.jcp.xml.dsig.internal.dom |
|---|
| Methods in org.apache.jcp.xml.dsig.internal.dom that throw MarshalException | |
|---|---|
void |
DOMXMLSignature.marshal(Node parent,
Node nextSibling,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMKeyInfo.marshal(Node parent,
Node nextSibling,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMManifest.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMDigestMethod.marshal(Node parent,
String prefix,
DOMCryptoContext context)
This method invokes the abstract marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMSignedInfo.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMPGPData.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMXMLSignature.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMXMLSignature.DOMSignatureValue.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMReference.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMRetrievalMethod.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMKeyInfo.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMX509Data.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMTransform.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
This method invokes the abstract marshalParams
method to marshal any algorithm-specific parameters. |
void |
DOMXMLObject.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMSignatureProperties.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMX509IssuerSerial.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMCryptoBinary.marshal(Node parent,
String prefix,
DOMCryptoContext context)
|
void |
DOMKeyValue.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMKeyName.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMSignatureProperty.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
abstract void |
DOMStructure.marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
void |
DOMKeyInfo.marshal(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMXPathFilter2Transform.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
ApacheTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMXSLTTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
ApacheCanonicalizer.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMXPathTransform.marshalParams(XMLStructure parent,
XMLCryptoContext context)
|
void |
DOMExcC14NMethod.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.apache.jcp.xml.dsig.internal.dom that throw MarshalException | |
|---|---|
DOMCanonicalizationMethod(Element cmElem,
XMLCryptoContext context,
Provider provider)
Creates a DOMCanonicalizationMethod from an element. |
|
DOMCryptoBinary(Node cbNode)
Creates a DOMCryptoBinary from a node. |
|
DOMKeyInfo(Element kiElem,
XMLCryptoContext context,
Provider provider)
Creates a DOMKeyInfo from XML. |
|
DOMKeyValue(Element kvtElem)
Creates a DOMKeyValue from an element. |
|
DOMManifest(Element manElem,
XMLCryptoContext context,
Provider provider)
Creates a DOMManifest from an element. |
|
DOMPGPData(Element pdElem)
Creates a DOMPGPData from an element. |
|
DOMReference(Element refElem,
XMLCryptoContext context,
Provider provider)
Creates a DOMReference from an element. |
|
DOMRetrievalMethod(Element rmElem,
XMLCryptoContext context,
Provider provider)
Creates a DOMRetrievalMethod from an element. |
|
DOMSignatureProperties(Element propsElem,
XMLCryptoContext context)
Creates a DOMSignatureProperties from an element. |
|
DOMSignatureProperty(Element propElem,
XMLCryptoContext context)
Creates a DOMSignatureProperty from an element. |
|
DOMSignedInfo(Element siElem,
XMLCryptoContext context,
Provider provider)
Creates a DOMSignedInfo from an element. |
|
DOMTransform(Element transElem,
XMLCryptoContext context,
Provider provider)
Creates a DOMTransform from an element. |
|
DOMX509Data(Element xdElem)
Creates a DOMX509Data from an element. |
|
DOMXMLObject(Element objElem,
XMLCryptoContext context,
Provider provider)
Creates an XMLObject from an element. |
|
DOMXMLSignature(Element sigElem,
XMLCryptoContext context,
Provider provider)
Creates a DOMXMLSignature from XML. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||