From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../iaik/pki/revocation/RevocationProfileImpl.html | 272 +++++++++++++++++++++ 1 file changed, 272 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.html new file mode 100644 index 000000000..c5c5fcc2b --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/pki/revocation/RevocationProfileImpl.html @@ -0,0 +1,272 @@ + + + + + + +MOA SP/SS Server Internal API: Class RevocationProfileImpl + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.iaik.pki.revocation +
+Class RevocationProfileImpl

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

+An implementation of the RevocationProfile interface providing + information about revocation status checking, based on MOA configuration + data. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
RevocationProfileImpl(ConfigurationProvider config) + +
+          Create a new RevocationProfileImpl.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ longgetMaxRevocationAge(String distributionPointUri) + +
+           
+ StringgetOCSPRequestHashAlgorithm() + +
+           
+ String[]getPreferredServiceOrder(X509Certificate cert) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+RevocationProfileImpl

+
+public RevocationProfileImpl(ConfigurationProvider config)
+
+
Create a new RevocationProfileImpl.
+
Parameters:
config - The MOA configuration data.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getMaxRevocationAge

+
+public long getMaxRevocationAge(String distributionPointUri)
+
+
+
Specified by:
getMaxRevocationAge in interface iaik.pki.revocation.RevocationProfile
+
+
+
See Also:
RevocationProfile.getMaxRevocationAge(String)
+
+
+
+ +

+getOCSPRequestHashAlgorithm

+
+public String getOCSPRequestHashAlgorithm()
+
+
+
Specified by:
getOCSPRequestHashAlgorithm in interface iaik.pki.revocation.RevocationProfile
+
+
+
See Also:
RevocationProfile.getOCSPRequestHashAlgorithm()
+
+
+
+ +

+getPreferredServiceOrder

+
+public String[] getPreferredServiceOrder(X509Certificate cert)
+
+
+
Specified by:
getPreferredServiceOrder in interface iaik.pki.revocation.RevocationProfile
+
+
+
See Also:
RevocationProfile.getPreferredServiceOrder(java.security.cert.X509Certificate)
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3