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 --- .../moa/spss/server/iaik/pki/PKIProfileImpl.html | 388 --------------------- 1 file changed, 388 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/PKIProfileImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/PKIProfileImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/PKIProfileImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/PKIProfileImpl.html deleted file mode 100644 index 5e19fa240..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/PKIProfileImpl.html +++ /dev/null @@ -1,388 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class PKIProfileImpl - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.iaik.pki -
-Class PKIProfileImpl

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.iaik.pki.PKIProfileImpl
-
-
-
All Implemented Interfaces:
iaik.pki.PKIProfile
-
-
-
-
public class PKIProfileImpl
extends Object
implements iaik.pki.PKIProfile
- -

-Implementation of the PKIProfile interface containing - information needed for certificate path validation. It uses configuration - data from the MOA configuration. -

-

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

- - - - - - - - - - - - - - - - -
-Constructor Summary
PKIProfileImpl(ConfigurationProvider config, - String trustProfileID) - -
-          Create a new PKIProfileImpl.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanautoAddCertificates() - -
-           
- iaik.pki.revocation.RevocationProfilegetRevocationProfile() - -
-           
- iaik.pki.store.truststore.TrustStoreProfilegetTrustStoreProfile() - -
-           
- iaik.pki.pathvalidation.ValidationProfilegetValidationProfile() - -
-           
-protected  voidsetRevocationProfile(iaik.pki.revocation.RevocationProfile revocationProfile) - -
-          Sets the RevocationProfile.
-protected  voidsetTrustStoreProfile(iaik.pki.store.truststore.TrustStoreProfile trustStoreProfile) - -
-          Sets the TrustStoreProfile.
-protected  voidsetValidationProfile(iaik.pki.pathvalidation.ValidationProfile validationProfile) - -
-          Sets the ValidationProfile.
- booleanuseAuthorityInfoAccess() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

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

-PKIProfileImpl

-
-public PKIProfileImpl(ConfigurationProvider config,
-                      String trustProfileID)
-               throws MOAApplicationException
-
-
Create a new PKIProfileImpl.
-
Parameters:
config - The MOA configuration providing configuration data about - certificate path validation.
trustProfileID - The trust profile ID denoting the location of the - trust store.
Throws:
MOAApplicationException - An error occurred building the profile.
-
-
- - - - - - - - -
-Method Detail
- -

-autoAddCertificates

-
-public boolean autoAddCertificates()
-
-
-
Specified by:
autoAddCertificates in interface iaik.pki.PKIProfile
-
-
-
See Also:
PKIProfile.autoAddCertificates()
-
-
-
- -

-getRevocationProfile

-
-public iaik.pki.revocation.RevocationProfile getRevocationProfile()
-
-
-
Specified by:
getRevocationProfile in interface iaik.pki.PKIProfile
-
-
-
See Also:
PKIProfile.getRevocationProfile()
-
-
-
- -

-setRevocationProfile

-
-protected void setRevocationProfile(iaik.pki.revocation.RevocationProfile revocationProfile)
-
-
Sets the RevocationProfile.
-
-
-
-
Parameters:
revocationProfile - The RevocationProfile used for - revocation checking.
-
-
-
- -

-getTrustStoreProfile

-
-public iaik.pki.store.truststore.TrustStoreProfile getTrustStoreProfile()
-
-
-
Specified by:
getTrustStoreProfile in interface iaik.pki.PKIProfile
-
-
-
See Also:
PKIProfile.getTrustStoreProfile()
-
-
-
- -

-setTrustStoreProfile

-
-protected void setTrustStoreProfile(iaik.pki.store.truststore.TrustStoreProfile trustStoreProfile)
-
-
Sets the TrustStoreProfile.
-
-
-
-
Parameters:
trustStoreProfile - The TrustStoreProfile.
-
-
-
- -

-getValidationProfile

-
-public iaik.pki.pathvalidation.ValidationProfile getValidationProfile()
-
-
-
Specified by:
getValidationProfile in interface iaik.pki.PKIProfile
-
-
-
See Also:
PKIProfile.getValidationProfile()
-
-
-
- -

-setValidationProfile

-
-protected void setValidationProfile(iaik.pki.pathvalidation.ValidationProfile validationProfile)
-
-
Sets the ValidationProfile.
-
-
-
-
Parameters:
validationProfile - The ValidationProfile to set.
-
-
-
- -

-useAuthorityInfoAccess

-
-public boolean useAuthorityInfoAccess()
-
-
-
Specified by:
useAuthorityInfoAccess in interface iaik.pki.PKIProfile
-
-
-
See Also:
PKIProfile.useAuthorityInfoAccess()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3