public final class DOMBase64Transform extends ApacheTransform
ownerDoc, params, transformElem
Constructor and Description |
---|
DOMBase64Transform() |
Modifier and Type | Method and Description |
---|---|
void |
init(TransformParameterSpec params)
Initializes this
TransformService with the specified
parameters. |
getParameterSpec, init, isFeatureSupported, marshalParams, transform, transform
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
public void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException
TransformService
TransformService
with the specified
parameters.
If the parameters exist in XML form, the
TransformService.init(XMLStructure, XMLCryptoContext)
method should be used to
initialize the TransformService
.
init
in class TransformService
params
- the algorithm parameters (may be null
if
not required or optional)InvalidAlgorithmParameterException
- if the specified parameters
are invalid for this algorithmCopyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.