From c27382a84657bf027b516abae9172d51edba3aa0 Mon Sep 17 00:00:00 2001 From: gregor Date: Fri, 24 Jun 2005 10:50:13 +0000 Subject: Java-Doc aus CVS entfernt, da generierbar. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@365 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/config/KeyGroupEntry.html | 335 --------------------- 1 file changed, 335 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroupEntry.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroupEntry.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroupEntry.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroupEntry.html deleted file mode 100644 index b747885c6..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/KeyGroupEntry.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class KeyGroupEntry - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.config -
-Class KeyGroupEntry

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.config.KeyGroupEntry
-
-
-
-
public class KeyGroupEntry
extends Object
- -

-A class containing information about an entry in a key group. -

-

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

- - - - - - - - - - - - - - - - - - - -
-Constructor Summary
KeyGroupEntry(String moduleID, - IssuerAndSerial issuerAndSerial) - -
-          Create a new KeyGroupEntry.
KeyGroupEntry(String moduleID, - String issuerDN, - BigInteger serialNumber) - -
-          Create a new KeyGroupEntry.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanequals(Object other) - -
-          Compare this KeyGroupEntry to another.
- StringgetIssuerDN() - -
-          Return the issuer DN of this KeyGroupEntry for identifying the - certificate within the key module.
- StringgetModuleID() - -
-          Return the key module ID to which this KeyGroupEntry belongs - to.
- BigIntegergetSerialNumber() - -
-          Return the serial number of this KeyGroupEntry for identifying - the certificate within the key module.
- inthashCode() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-  -

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

-KeyGroupEntry

-
-public KeyGroupEntry(String moduleID,
-                     IssuerAndSerial issuerAndSerial)
-
-
Create a new KeyGroupEntry.
-
Parameters:
moduleID - The key module ID to which this entry belongs to.
issuerAndSerial - The issuer and serial number which uniquely - identifies a certificate within the key module.
-
-
-
- -

-KeyGroupEntry

-
-public KeyGroupEntry(String moduleID,
-                     String issuerDN,
-                     BigInteger serialNumber)
-
-
Create a new KeyGroupEntry.
-
Parameters:
moduleID - The key module ID to which this entry belongs to.
issuerDN - The isser DN of the certificate within the key module.
serialNumber - The serial number of the certificate within the key - module.
-
-
- - - - - - - - -
-Method Detail
- -

-getModuleID

-
-public String getModuleID()
-
-
Return the key module ID to which this KeyGroupEntry belongs - to.
-
Returns:
The key module ID.
-
-
-
- -

-getIssuerDN

-
-public String getIssuerDN()
-
-
Return the issuer DN of this KeyGroupEntry for identifying the - certificate within the key module.
-
Returns:
The issuer DN of the certificate.
-
-
-
- -

-getSerialNumber

-
-public BigInteger getSerialNumber()
-
-
Return the serial number of this KeyGroupEntry for identifying - the certificate within the key module.
-
Returns:
The serial number of the certificate.
-
-
-
- -

-equals

-
-public boolean equals(Object other)
-
-
Compare this KeyGroupEntry to another.
-
Overrides:
equals in class Object
-
-
-
Parameters:
other - The KeyGroupEntry to compare to.
Returns:
true, if module ID, isser DN and serial number of - other match the ones contained in this object, otherwise - false.
See Also:
Object.equals(Object)
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
-
Overrides:
hashCode in class Object
-
-
-
See Also:
Object.hashCode()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3