From 057f884903954203339182649daa100ef4ce89e3 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:28:21 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_001'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_001@85 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../iaik/xmlsign/DataObjectTreatmentImpl.html | 500 --------------------- 1 file changed, 500 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/DataObjectTreatmentImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/DataObjectTreatmentImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/DataObjectTreatmentImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/DataObjectTreatmentImpl.html deleted file mode 100644 index b8ad095b7..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/DataObjectTreatmentImpl.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class DataObjectTreatmentImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.iaik.xmlsign -
-Class DataObjectTreatmentImpl

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.iaik.xmlsign.DataObjectTreatmentImpl
-
-
-
All Implemented Interfaces:
iaik.server.modules.xmlsign.DataObjectTreatment
-
-
-
-
public class DataObjectTreatmentImpl
extends Object
implements iaik.server.modules.xmlsign.DataObjectTreatment
- -

-An object encapsulating how to treat an associated DataObject - when creating a signature. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
DataObjectTreatmentImpl(IdGenerator objIdGen) - -
-          Create a new DataObjectTreatmentImpl.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetDsigDataObjectID() - -
-           
- StringgetFinalContentType() - -
-           
- StringgetHashAlgorithmName() - -
-           
- ListgetTransformationList() - -
-           
- ListgetTransformationSupplements() - -
-           
- booleanisIncludedInSignature() - -
-           
- booleanisReferenceInManifest() - -
-           
- voidsetFinalContentType(String finalContentType) - -
-          Sets the final content type.
- voidsetHashAlgorithmName(String hashAlgorithmName) - -
-          Sets the hash algorithm name.
- voidsetIncludedInSignature(boolean includedInSignature) - -
-          Sets whether the associated DataObject is to be included in - the signature.
- voidsetReferenceInManifest(boolean referenceInManifest) - -
-          Sets whether the associated DataObject is - to be included in the dsig:Manifest.
- voidsetTransformationList(List transformationList) - -
-          Set the list of transformations for the associated DataObject.
- voidsetTransformationSupplements(List transformationSupplements) - -
-          Sets the transformation supplements for the associated - DataObject.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-DataObjectTreatmentImpl

-
-public DataObjectTreatmentImpl(IdGenerator objIdGen)
-
-
Create a new DataObjectTreatmentImpl.
-
Parameters:
objIdGen - The IdGenerator for unique object IDs.
-
-
- - - - - - - - -
-Method Detail
- -

-getFinalContentType

-
-public String getFinalContentType()
-
-
-
Specified by:
getFinalContentType in interface iaik.server.modules.xmlsign.DataObjectTreatment
-
-
-
See Also:
DataObjectTreatment.getFinalContentType()
-
-
-
- -

-setFinalContentType

-
-public void setFinalContentType(String finalContentType)
-
-
Sets the final content type.
-
-
-
-
Parameters:
finalContentType - The final content type to set (a MIME-type type of - String).
-
-
-
- -

-getHashAlgorithmName

-
-public String getHashAlgorithmName()
-
-
-
Specified by:
getHashAlgorithmName in interface iaik.server.modules.xmlsign.DataObjectTreatment
-
-
-
See Also:
DataObjectTreatment.getHashAlgorithmName()
-
-
-
- -

-setHashAlgorithmName

-
-public void setHashAlgorithmName(String hashAlgorithmName)
-
-
Sets the hash algorithm name.
-
-
-
-
Parameters:
hashAlgorithmName - The hash algorithm name to set.
-
-
-
- -

-isIncludedInSignature

-
-public boolean isIncludedInSignature()
-
-
-
Specified by:
isIncludedInSignature in interface iaik.server.modules.xmlsign.DataObjectTreatment
-
-
-
See Also:
DataObjectTreatment.isIncludedInSignature()
-
-
-
- -

-setIncludedInSignature

-
-public void setIncludedInSignature(boolean includedInSignature)
-
-
Sets whether the associated DataObject is to be included in - the signature.
-
-
-
-
Parameters:
includedInSignature - If true, the associated - DataObject will be included in the signature, otherwise not.
-
-
-
- -

-isReferenceInManifest

-
-public boolean isReferenceInManifest()
-
-
-
Specified by:
isReferenceInManifest in interface iaik.server.modules.xmlsign.DataObjectTreatment
-
-
-
See Also:
DataObjectTreatment.isReferenceInManifest()
-
-
-
- -

-setReferenceInManifest

-
-public void setReferenceInManifest(boolean referenceInManifest)
-
-
Sets whether the associated DataObject is - to be included in the dsig:Manifest.
-
-
-
-
Parameters:
referenceInManifest - If true, the associated - DataObject will be included in the manifest, otherwise not.
-
-
-
- -

-getTransformationList

-
-public List getTransformationList()
-
-
-
Specified by:
getTransformationList in interface iaik.server.modules.xmlsign.DataObjectTreatment
-
-
-
See Also:
DataObjectTreatment.getTransformationList()
-
-
-
- -

-setTransformationList

-
-public void setTransformationList(List transformationList)
-
-
Set the list of transformations for the associated DataObject.
-
-
-
-
Parameters:
transformationList - The transformations to set.
-
-
-
- -

-getTransformationSupplements

-
-public List getTransformationSupplements()
-
-
-
Specified by:
getTransformationSupplements in interface iaik.server.modules.xmlsign.DataObjectTreatment
-
-
-
See Also:
DataObjectTreatment.getTransformationSupplements()
-
-
-
- -

-setTransformationSupplements

-
-public void setTransformationSupplements(List transformationSupplements)
-
-
Sets the transformation supplements for the associated - DataObject.
-
-
-
-
Parameters:
transformationSupplements - The transformation supplements to set.
-
-
-
- -

-getDsigDataObjectID

-
-public String getDsigDataObjectID()
-
-
-
Specified by:
getDsigDataObjectID in interface iaik.server.modules.xmlsign.DataObjectTreatment
-
-
-
See Also:
DataObjectTreatment.getDsigDataObjectID()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3