From 7916c117627db0411b35f202f88b2ab6e115361a Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Fri, 28 Jan 2005 14:10:50 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'MOA-ID-1_20d09'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/MOA-ID-1_20d09@264 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../iaik/xmlsign/DataObjectTreatmentImpl.html | 500 --------------- .../xmlsign/XMLSignatureCreationProfileImpl.html | 678 --------------------- .../xmlsign/XMLSignatureInsertionLocationImpl.html | 252 -------- .../xmlsign/class-use/DataObjectTreatmentImpl.html | 95 --- .../class-use/XMLSignatureCreationProfileImpl.html | 95 --- .../XMLSignatureInsertionLocationImpl.html | 95 --- .../spss/server/iaik/xmlsign/package-frame.html | 30 - .../spss/server/iaik/xmlsign/package-summary.html | 116 ---- .../moa/spss/server/iaik/xmlsign/package-tree.html | 107 ---- .../moa/spss/server/iaik/xmlsign/package-use.html | 95 --- 10 files changed, 2063 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/DataObjectTreatmentImpl.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/XMLSignatureCreationProfileImpl.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/XMLSignatureInsertionLocationImpl.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/DataObjectTreatmentImpl.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/XMLSignatureCreationProfileImpl.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/XMLSignatureInsertionLocationImpl.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-frame.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-summary.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-tree.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-use.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign') 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()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/XMLSignatureCreationProfileImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/XMLSignatureCreationProfileImpl.html deleted file mode 100644 index b3ab02b3e..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/XMLSignatureCreationProfileImpl.html +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class XMLSignatureCreationProfileImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

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

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

-An object providing auxiliary information for creating an XML signature. -

-

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

- - - - - - - - - - - - - - - - -
-Constructor Summary
XMLSignatureCreationProfileImpl(int createProfileCount, - Set reservedIDs) - -
-          Create a new XMLSignatureCreationProfileImpl.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- ListgetDataObjectTreatmentList() - -
-           
- StringgetDsigManifestID() - -
-           
- SetgetKeySet() - -
-           
- StringgetSecurityLayerManifestID() - -
-           
- StringgetSecurityLayerManifestTypeURI() - -
-           
- StringgetSignatureAlgorithmName(iaik.server.modules.keys.KeyEntryID selectedKeyID) - -
-           
- StringgetSignatureID() - -
-           
- iaik.server.modules.xmlsign.XMLSignatureInsertionLocationgetSignatureInsertionLocation() - -
-           
- StringgetSignatureStructureType() - -
-           
- iaik.server.modules.xml.CanonicalizationgetSignedInfoCanonicalization() - -
-           
- ListgetSignedProperties() - -
-           
- StringgetSignedPropertiesID() - -
-           
- booleanisSecurityLayerConform() - -
-           
- voidsetDataObjectTreatmentList(List dataObjectTreatmentList) - -
-          Sets the list of DataObjectTreatments.
- voidsetKeySet(Set keySet) - -
-          Set the set of KeyEntryIDs which may be used for signature - creation.
- voidsetSecurityLayerConform(boolean securityLayerConform) - -
-          Sets the security layer conformity.
- voidsetSecurityLayerManifestTypeURI(String securityLayerManifestTypeURI) - -
-          Set the SecurityLayerManifestTypeURI.
- voidsetSignatureInsertionLocation(iaik.server.modules.xmlsign.XMLSignatureInsertionLocation signatureInsertionLocation) - -
-          Set the location where the signature is to be inserted into the signature - parent.
- voidsetSignatureStructureType(String signatureStructureType) - -
-          Set the signature structure type.
- voidsetSignedInfoCanonicalization(iaik.server.modules.xml.Canonicalization signedInfoCanonicalization) - -
-          Sets the canonicalization method to use for the SignedInfo object.
- voidsetSignedProperties(List signedProperties) - -
-          Set the signed properties.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-XMLSignatureCreationProfileImpl

-
-public XMLSignatureCreationProfileImpl(int createProfileCount,
-                                       Set reservedIDs)
-
-
Create a new XMLSignatureCreationProfileImpl.
-
Parameters:
createProfileCount - Provides external information about the - number of calls to the signature creation module, using the same request.
reservedIDs - The set of IDs that must not be used while generating - new IDs.
-
-
- - - - - - - - -
-Method Detail
- -

-getDataObjectTreatmentList

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

-setDataObjectTreatmentList

-
-public void setDataObjectTreatmentList(List dataObjectTreatmentList)
-
-
Sets the list of DataObjectTreatments.
-
-
-
-
Parameters:
dataObjectTreatmentList - The DataObjectTreatments to - set.
-
-
-
- -

-getKeySet

-
-public Set getKeySet()
-
-
-
Specified by:
getKeySet in interface iaik.server.modules.xmlsign.XMLSignatureCreationProfile
-
-
-
See Also:
XMLSignatureCreationProfile.getKeySet()
-
-
-
- -

-setKeySet

-
-public void setKeySet(Set keySet)
-
-
Set the set of KeyEntryIDs which may be used for signature - creation.
-
-
-
-
Parameters:
keySet - The set of KeyEntryIDs to set.
-
-
-
- -

-getSecurityLayerManifestTypeURI

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

-setSecurityLayerManifestTypeURI

-
-public void setSecurityLayerManifestTypeURI(String securityLayerManifestTypeURI)
-
-
Set the SecurityLayerManifestTypeURI.
-
-
-
-
Parameters:
securityLayerManifestTypeURI - The SecurityLayerManifestTypeURI to - set.
-
-
-
- -

-getSignatureAlgorithmName

-
-public String getSignatureAlgorithmName(iaik.server.modules.keys.KeyEntryID selectedKeyID)
-                                 throws iaik.server.modules.keys.AlgorithmUnavailableException
-
-
-
Specified by:
getSignatureAlgorithmName in interface iaik.server.modules.xmlsign.XMLSignatureCreationProfile
-
-
-
See Also:
XMLSignatureCreationProfile.getSignatureAlgorithmName(KeyEntryID)
-
-
-
- -

-getSignatureInsertionLocation

-
-public iaik.server.modules.xmlsign.XMLSignatureInsertionLocation getSignatureInsertionLocation()
-
-
-
Specified by:
getSignatureInsertionLocation in interface iaik.server.modules.xmlsign.XMLSignatureCreationProfile
-
-
-
See Also:
XMLSignatureCreationProfile.getSignatureInsertionLocation()
-
-
-
- -

-setSignatureInsertionLocation

-
-public void setSignatureInsertionLocation(iaik.server.modules.xmlsign.XMLSignatureInsertionLocation signatureInsertionLocation)
-
-
Set the location where the signature is to be inserted into the signature - parent.
-
-
-
-
Parameters:
signatureInsertionLocation - The location to set.
-
-
-
- -

-getSignatureStructureType

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

-setSignatureStructureType

-
-public void setSignatureStructureType(String signatureStructureType)
-
-
Set the signature structure type.
-
-
-
-
Parameters:
signatureStructureType - The signature structure type to set.
-
-
-
- -

-getSignedInfoCanonicalization

-
-public iaik.server.modules.xml.Canonicalization getSignedInfoCanonicalization()
-
-
-
Specified by:
getSignedInfoCanonicalization in interface iaik.server.modules.xmlsign.XMLSignatureCreationProfile
-
-
-
See Also:
XMLSignatureCreationProfile.getSignedInfoCanonicalization()
-
-
-
- -

-setSignedInfoCanonicalization

-
-public void setSignedInfoCanonicalization(iaik.server.modules.xml.Canonicalization signedInfoCanonicalization)
-
-
Sets the canonicalization method to use for the SignedInfo object.
-
-
-
-
Parameters:
signedInfoCanonicalization - The canonicalization method to set.
-
-
-
- -

-getSignedProperties

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

-setSignedProperties

-
-public void setSignedProperties(List signedProperties)
-
-
Set the signed properties.
-
-
-
-
Parameters:
signedProperties - The signed properties to set.
-
-
-
- -

-isSecurityLayerConform

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

-setSecurityLayerConform

-
-public void setSecurityLayerConform(boolean securityLayerConform)
-
-
Sets the security layer conformity.
-
-
-
-
Parameters:
securityLayerConform - true, if the created signature - is to be conform to the Security Layer specification.
-
-
-
- -

-getSignatureID

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

-getSecurityLayerManifestID

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

-getDsigManifestID

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

-getSignedPropertiesID

-
-public String getSignedPropertiesID()
-
-
-
Specified by:
getSignedPropertiesID in interface iaik.server.modules.xmlsign.XMLSignatureCreationProfile
-
-
-
See Also:
XMLSignatureCreationProfile.getSignedPropertiesID()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/XMLSignatureInsertionLocationImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/XMLSignatureInsertionLocationImpl.html deleted file mode 100644 index 0e2d43dce..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/XMLSignatureInsertionLocationImpl.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class XMLSignatureInsertionLocationImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

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

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

-An object giving the location of where the signature will be - inserted into the parent element. -

-

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

- - - - - - - - - - - - - - - - -
-Constructor Summary
XMLSignatureInsertionLocationImpl(int signatureChildIndex) - -
-          Create a new XMLSignatureInsertLocationImpl.
-  - - - - - - - - - - - - - - - -
-Method Summary
- intgetSignatureChildIndex() - -
-           
- voidsetSignatureChildIndex(int signatureChildIndex) - -
-          Sets the position index at which to append the signature to the parent - element.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-XMLSignatureInsertionLocationImpl

-
-public XMLSignatureInsertionLocationImpl(int signatureChildIndex)
-
-
Create a new XMLSignatureInsertLocationImpl.
-
Parameters:
signatureChildIndex - The position index at which to append the - signature to the parent element.
-
-
- - - - - - - - -
-Method Detail
- -

-getSignatureChildIndex

-
-public int getSignatureChildIndex()
-
-
-
Specified by:
getSignatureChildIndex in interface iaik.server.modules.xmlsign.XMLSignatureInsertionLocation
-
-
-
See Also:
XMLSignatureInsertionLocation.getSignatureChildIndex()
-
-
-
- -

-setSignatureChildIndex

-
-public void setSignatureChildIndex(int signatureChildIndex)
-
-
Sets the position index at which to append the signature to the parent - element.
-
-
-
-
Parameters:
signatureChildIndex - The position index to set.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/DataObjectTreatmentImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/DataObjectTreatmentImpl.html deleted file mode 100644 index 944dc54ee..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/DataObjectTreatmentImpl.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.iaik.xmlsign.DataObjectTreatmentImpl - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

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

-
-No usage of at.gv.egovernment.moa.spss.server.iaik.xmlsign.DataObjectTreatmentImpl -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/XMLSignatureCreationProfileImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/XMLSignatureCreationProfileImpl.html deleted file mode 100644 index 4cd3bb772..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/XMLSignatureCreationProfileImpl.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.iaik.xmlsign.XMLSignatureCreationProfileImpl - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.iaik.xmlsign.XMLSignatureCreationProfileImpl

-
-No usage of at.gv.egovernment.moa.spss.server.iaik.xmlsign.XMLSignatureCreationProfileImpl -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/XMLSignatureInsertionLocationImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/XMLSignatureInsertionLocationImpl.html deleted file mode 100644 index 7e4e02eba..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/class-use/XMLSignatureInsertionLocationImpl.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.iaik.xmlsign.XMLSignatureInsertionLocationImpl - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.iaik.xmlsign.XMLSignatureInsertionLocationImpl

-
-No usage of at.gv.egovernment.moa.spss.server.iaik.xmlsign.XMLSignatureInsertionLocationImpl -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-frame.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-frame.html deleted file mode 100644 index 180c2830e..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.spss.server.iaik.xmlsign - - - - - -at.gv.egovernment.moa.spss.server.iaik.xmlsign - - - - -
-Classes  - -
-DataObjectTreatmentImpl -
-XMLSignatureCreationProfileImpl -
-XMLSignatureInsertionLocationImpl
- - - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-summary.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-summary.html deleted file mode 100644 index 012809988..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-summary.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.spss.server.iaik.xmlsign - - - - - - - - - - - - - - - - - -
- -
- - -
-

-Package at.gv.egovernment.moa.spss.server.iaik.xmlsign -

- - - - - - - - - - - - - - - - - -
-Class Summary
DataObjectTreatmentImplAn object encapsulating how to treat an associated DataObject - when creating a signature.
XMLSignatureCreationProfileImplAn object providing auxiliary information for creating an XML signature.
XMLSignatureInsertionLocationImplAn object giving the location of where the signature will be - inserted into the parent element.
-  - -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-tree.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-tree.html deleted file mode 100644 index 0ac75d979..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-tree.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: at.gv.egovernment.moa.spss.server.iaik.xmlsign Class Hierarchy - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Hierarchy For Package at.gv.egovernment.moa.spss.server.iaik.xmlsign -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-use.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-use.html deleted file mode 100644 index 80e7b47f1..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlsign/package-use.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Package at.gv.egovernment.moa.spss.server.iaik.xmlsign - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Package
at.gv.egovernment.moa.spss.server.iaik.xmlsign

-
-No usage of at.gv.egovernment.moa.spss.server.iaik.xmlsign -

-


- - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3