org.objectweb.proactive.ext.security.crypto
Class CertificateIdentity

java.lang.Object
  extended by org.objectweb.proactive.ext.security.crypto.CertificateIdentity
All Implemented Interfaces:
java.io.Serializable

public class CertificateIdentity
extends java.lang.Object
implements java.io.Serializable

The CertificateIdenty class is used as an attribute of the PublicCertificate and PrivateCertificate classes.

Author:
Vincent RIBAILLIER
created July 19, 2001
See Also:
Serialized Form

Constructor Summary
CertificateIdentity(java.lang.String domainName)
          Constructor for the CertificateIdentity object
 
Method Summary
 java.lang.String getDomainName()
           
 void set_domainName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateIdentity

public CertificateIdentity(java.lang.String domainName)
Constructor for the CertificateIdentity object

Parameters:
domainName - Description of Parameter
Since:
Method Detail

set_domainName

public void set_domainName(java.lang.String name)
Parameters:
name - The name of the domain certified
Since:

getDomainName

public java.lang.String getDomainName()
Returns:
The name of the domain certified
Since:


Copyright 2001-2007 INRIA All Rights Reserved.