Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | init(TransformParameterSpec
the algorithm parameters (may be params)null if
not required or optional)Implements abstract javax. Initializes this |
public void | init(XMLStructure
a mechanism-specific structure containing the parent
structure parent, XMLCryptoContext the context)XMLCryptoContext containing
additional context (may be null if not applicable)Overrides org. Initializes this |
public void | marshalParams(XMLStructure
a mechanism-specific structure containing the parent
node that the marshalled parameters should be appended to parent, XMLCryptoContext the context)XMLCryptoContext containing
additional context (may be null if not applicable)Overrides org. Marshals the algorithm-specific parameters. |
private void |
DOMXSLTTransform | back to summary |
---|---|
public DOMXSLTTransform() |
init | back to summary |
---|---|
public void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException Implements abstract javax. Doc from javax. Initializes this If the parameters exist in XML form, the
|
init | back to summary |
---|---|
public void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException Overrides org. Doc from javax. Initializes this
|
marshalParams | back to summary |
---|---|
public void marshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException Overrides org. Doc from javax. Marshals the algorithm-specific parameters. If there are no parameters to be marshalled, this method returns without throwing an exception.
|
unmarshalParams | back to summary |
---|---|
private void unmarshalParams(Element sheet) |