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

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

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

-A class containing the issuer and serial number of a certificate, which can - be used to uniquely identify the certificate. - - The issuer is contained as an RFC2253 encoded String. -

-

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

- - - - - - - - - - - - - - - - - - - -
-Constructor Summary
IssuerAndSerial(Principal issuer, - BigInteger serial) - -
-          Create an IssuerAndSerial object. - -
IssuerAndSerial(String issuerDN, - BigInteger serial) - -
-          Create an IssuerAndSerial object.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanequals(Object other) - -
-          Compare this IssuerAndSerial to another object.
- StringgetIssuerDN() - -
-          Return the issuer DN in RFC2253 format.
- BigIntegergetSerial() - -
-          Return the serial number.
- inthashCode() - -
-          Return the hash code of this IssuerAndSerial.
- StringtoString() - -
-          Return a String representation of this - IssuerAndSerial object.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-  -

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

-IssuerAndSerial

-
-public IssuerAndSerial(Principal issuer,
-                       BigInteger serial)
-
-
Create an IssuerAndSerial object. - - The name of the issuer is converted to RFC2253. If it cannot be parsed, the - DN contained in the issuer is set.
-
Parameters:
issuer - The isser of a certificate.
serial - The serial number of the certificate.
-
-
-
- -

-IssuerAndSerial

-
-public IssuerAndSerial(String issuerDN,
-                       BigInteger serial)
-
-
Create an IssuerAndSerial object.
-
Parameters:
issuerDN - The issuer distinguished name. Should be an RFC2253 name.
serial - The serial number of the certificate.
-
-
- - - - - - - - -
-Method Detail
- -

-getIssuerDN

-
-public String getIssuerDN()
-
-
Return the issuer DN in RFC2253 format.
-
Returns:
The issuer part of this object.
-
-
-
- -

-getSerial

-
-public BigInteger getSerial()
-
-
Return the serial number.
-
Returns:
The serial number of this object.
-
-
-
- -

-equals

-
-public boolean equals(Object other)
-
-
Compare this IssuerAndSerial to another object.
-
Overrides:
equals in class Object
-
-
-
Parameters:
other - The object to compare this IssuerAndSerial to.
Returns:
true, if other is an - IssuerAndSerial object and the issuer and - serial fields are both equal. false otherwise.
See Also:
Object.equals(java.lang.Object)
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
Return the hash code of this IssuerAndSerial.
-
Overrides:
hashCode in class Object
-
-
-
Returns:
The hash code of this IssuerAndSerial.
See Also:
Object.hashCode()
-
-
-
- -

-toString

-
-public String toString()
-
-
Return a String representation of this - IssuerAndSerial object.
-
Overrides:
toString in class Object
-
-
-
Returns:
The String representation.
See Also:
Object.toString()
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3