Package | Description |
---|---|
at.gv.egovernment.moa.spss.api | |
at.gv.egovernment.moa.spss.api.impl | |
at.gv.egovernment.moa.spss.api.xmlverify |
Modifier and Type | Method and Description |
---|---|
abstract TransformParameter |
SPSSFactory.createTransformParameter(String URI)
Create a new
TransformParameter object with the data
contained at the given URI. |
abstract TransformParameter |
SPSSFactory.createTransformParameter(String URI,
InputStream binaryData)
Creata a new
TransformParameter object containing the
binary data. |
abstract TransformParameter |
SPSSFactory.createTransformParameter(String URI,
String digestMethod,
byte[] digestValue)
Create a new
TransformParameter object containing the hash
value of the transformation data. |
Modifier and Type | Class and Description |
---|---|
class |
TransformParameterBinaryImpl
Default implementation of
TransformParameterBinary . |
class |
TransformParameterURIImpl
Default implementation of
TransformParameterURI . |
class |
TransformPatameterHashImpl
Default implementation of
TransformParameterHash |
Modifier and Type | Method and Description |
---|---|
TransformParameter |
SPSSFactoryImpl.createTransformParameter(String URI) |
TransformParameter |
SPSSFactoryImpl.createTransformParameter(String URI,
InputStream binaryData) |
TransformParameter |
SPSSFactoryImpl.createTransformParameter(String URI,
String digestMethod,
byte[] digestValue) |
Modifier and Type | Interface and Description |
---|---|
interface |
TransformParameterBinary
Encapsulates a binary transform parameter.
|
interface |
TransformParameterHash
Contains a hash of the transform parameter.
|
interface |
TransformParameterURI
Encapsulates a transform parameter given as a URI.
|
Copyright © 2016. All rights reserved.