public class RelationshipTransformService extends TransformService
Specs: http://openiso.org/Ecma/376/Part2/12.2.4#26
Modifier and Type | Field and Description |
---|---|
static String |
TRANSFORM_URI |
Constructor and Description |
---|
RelationshipTransformService()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmParameterSpec |
getParameterSpec() |
void |
init(TransformParameterSpec params) |
void |
init(XMLStructure parent,
XMLCryptoContext context) |
boolean |
isFeatureSupported(String feature) |
void |
marshalParams(XMLStructure parent,
XMLCryptoContext context) |
Data |
transform(Data data,
XMLCryptoContext context) |
Data |
transform(Data data,
XMLCryptoContext context,
OutputStream os) |
getAlgorithm, getInstance, getInstance, getInstance, getMechanismType, getProvider
public static final String TRANSFORM_URI
public RelationshipTransformService()
public void init(TransformParameterSpec params) throws InvalidAlgorithmParameterException
init
in class TransformService
InvalidAlgorithmParameterException
public void init(XMLStructure parent, XMLCryptoContext context) throws InvalidAlgorithmParameterException
init
in class TransformService
InvalidAlgorithmParameterException
public void marshalParams(XMLStructure parent, XMLCryptoContext context) throws MarshalException
marshalParams
in class TransformService
MarshalException
public AlgorithmParameterSpec getParameterSpec()
public Data transform(Data data, XMLCryptoContext context) throws TransformException
TransformException
public Data transform(Data data, XMLCryptoContext context, OutputStream os) throws TransformException
TransformException
public boolean isFeatureSupported(String feature)
Copyright © 2008-2018 FedICT. All Rights Reserved.