|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.crypto.dsig.TransformService
org.jcp.xml.dsig.internal.dom.ApacheTransform
org.jcp.xml.dsig.internal.dom.DOMBase64Transform
public final class DOMBase64Transform
DOM-based implementation of Base64 Encoding Transform. (Uses Apache XML-Sec Transform implementation)
| Field Summary |
|---|
| Fields inherited from class org.jcp.xml.dsig.internal.dom.ApacheTransform |
|---|
ownerDoc, params, transformElem |
| Fields inherited from interface javax.xml.crypto.dsig.Transform |
|---|
BASE64, ENVELOPED, XPATH, XPATH2, XSLT |
| Constructor Summary | |
|---|---|
DOMBase64Transform()
|
|
| Method Summary | |
|---|---|
void |
init(TransformParameterSpec params)
Initializes this TransformService with the specified
parameters. |
| Methods inherited from class org.jcp.xml.dsig.internal.dom.ApacheTransform |
|---|
getParameterSpec, init, isFeatureSupported, marshalParams, transform, transform |
| Methods inherited from class javax.xml.crypto.dsig.TransformService |
|---|
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMBase64Transform()
| Method Detail |
|---|
public void init(TransformParameterSpec params)
throws java.security.InvalidAlgorithmParameterException
TransformServiceTransformService 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 TransformServiceparams - the algorithm parameters (may be null if
not required or optional)
java.security.InvalidAlgorithmParameterException - if the specified parameters
are invalid for this algorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||