From 0803aae4bb1a593cbfd97a73a8648ec8ee5f1f76 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Fri, 7 Nov 2003 17:58:36 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-SPSS_1_1_0'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_1_0@42 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../XMLSignatureVerificationProfileImpl.html | 470 --------------------- 1 file changed, 470 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlverify/XMLSignatureVerificationProfileImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlverify/XMLSignatureVerificationProfileImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlverify/XMLSignatureVerificationProfileImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlverify/XMLSignatureVerificationProfileImpl.html deleted file mode 100644 index e8bdca217..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xmlverify/XMLSignatureVerificationProfileImpl.html +++ /dev/null @@ -1,470 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class XMLSignatureVerificationProfileImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.iaik.xmlverify -
-Class XMLSignatureVerificationProfileImpl

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.iaik.xmlverify.XMLSignatureVerificationProfileImpl
-
-
-
All Implemented Interfaces:
iaik.server.modules.xmlverify.XMLSignatureVerificationProfile
-
-
-
-
public class XMLSignatureVerificationProfileImpl
extends Object
implements iaik.server.modules.xmlverify.XMLSignatureVerificationProfile
- -

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

-

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

- - - - - - - - - - - - - - - - -
-Constructor Summary
XMLSignatureVerificationProfileImpl() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleancheckSecurityLayerManifest() - -
-           
- booleancheckXMLDsigManifests() - -
-           
- iaik.pki.PKIProfilegetCertificateValidationProfile() - -
-           
- ListgetTransformationSupplements() - -
-           
- booleanincludeHashInputData() - -
-           
- booleanincludeReferenceInputData() - -
-           
- voidsetCertificateValidationProfile(iaik.pki.PKIProfile certificateValidationProfile) - -
-          Sets the profile for validating the signer certificate.
- voidsetCheckSecurityLayerManifest(boolean checkSecurityLayerManifest) - -
-          Set whether to check the references in the Security Layer manifest.
- voidsetCheckXMLDsigManifests(boolean checkXMLDSigManifests) - -
-          Sets whether to check the references of all XML Dsig manifests.
- voidsetIncludeHashInputData(boolean includeHashInputData) - -
-          Set whether to include the hash input data in the result.
- voidsetIncludeReferenceInputData(boolean includeReferenceInputData) - -
-          Set whether to include the reference input data in the result.
- voidsetTransformationSupplements(List transformationSupplements) - -
-          Sets the transformation supplements.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-XMLSignatureVerificationProfileImpl

-
-public XMLSignatureVerificationProfileImpl()
-
-
- - - - - - - - -
-Method Detail
- -

-checkSecurityLayerManifest

-
-public boolean checkSecurityLayerManifest()
-
-
-
Specified by:
checkSecurityLayerManifest in interface iaik.server.modules.xmlverify.XMLSignatureVerificationProfile
-
-
-
See Also:
XMLSignatureVerificationProfile.checkSecurityLayerManifest()
-
-
-
- -

-setCheckSecurityLayerManifest

-
-public void setCheckSecurityLayerManifest(boolean checkSecurityLayerManifest)
-
-
Set whether to check the references in the Security Layer manifest.
-
-
-
-
Parameters:
checkSecurityLayerManifest - true, if the references - in the Security Layer manifest must be checked.
-
-
-
- -

-checkXMLDsigManifests

-
-public boolean checkXMLDsigManifests()
-
-
-
Specified by:
checkXMLDsigManifests in interface iaik.server.modules.xmlverify.XMLSignatureVerificationProfile
-
-
-
See Also:
XMLSignatureVerificationProfile.checkXMLDsigManifests()
-
-
-
- -

-setCheckXMLDsigManifests

-
-public void setCheckXMLDsigManifests(boolean checkXMLDSigManifests)
-
-
Sets whether to check the references of all XML Dsig manifests.
-
-
-
-
Parameters:
checkXMLDSigManifests - true, if the references in the - XML Dsig manifest must be checked.
-
-
-
- -

-getCertificateValidationProfile

-
-public iaik.pki.PKIProfile getCertificateValidationProfile()
-
-
-
Specified by:
getCertificateValidationProfile in interface iaik.server.modules.xmlverify.XMLSignatureVerificationProfile
-
-
-
See Also:
XMLSignatureVerificationProfile.getCertificateValidationProfile()
-
-
-
- -

-setCertificateValidationProfile

-
-public void setCertificateValidationProfile(iaik.pki.PKIProfile certificateValidationProfile)
-
-
Sets the profile for validating the signer certificate.
-
-
-
-
Parameters:
certificateValidationProfile - The certificate validation profile to - set.
-
-
-
- -

-getTransformationSupplements

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

-setTransformationSupplements

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

-includeHashInputData

-
-public boolean includeHashInputData()
-
-
-
Specified by:
includeHashInputData in interface iaik.server.modules.xmlverify.XMLSignatureVerificationProfile
-
-
-
See Also:
XMLSignatureVerificationProfile.includeHashInputData()
-
-
-
- -

-setIncludeHashInputData

-
-public void setIncludeHashInputData(boolean includeHashInputData)
-
-
Set whether to include the hash input data in the result.
-
-
-
-
Parameters:
includeHashInputData - If true, the hash input data - will be returned in the result.
-
-
-
- -

-includeReferenceInputData

-
-public boolean includeReferenceInputData()
-
-
-
Specified by:
includeReferenceInputData in interface iaik.server.modules.xmlverify.XMLSignatureVerificationProfile
-
-
-
See Also:
XMLSignatureVerificationProfile.includeReferenceInputData()
-
-
-
- -

-setIncludeReferenceInputData

-
-public void setIncludeReferenceInputData(boolean includeReferenceInputData)
-
-
Set whether to include the reference input data in the result.
-
-
-
-
Parameters:
includeReferenceInputData - If true, the reference - input data will be included in the result.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3