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

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

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

The CertificateProperty 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
CertificateProperty(java.util.Date deliveryDate, java.util.Date expirationDate)
          Constructor for the CertificateProperty object
 
Method Summary
 java.util.Date get_deliveryDate()
           
 java.util.Date get_expirationDate()
           
 void set_deliveryDate(long msSince1970)
           
 void set_expirationDate(long msSince1970)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateProperty

public CertificateProperty(java.util.Date deliveryDate,
                           java.util.Date expirationDate)
Constructor for the CertificateProperty object

Parameters:
deliveryDate - Date of the Certificate Generation
expirationDate - Date of the Certificate expiration
Since:
Method Detail

set_deliveryDate

public void set_deliveryDate(long msSince1970)
Parameters:
msSince1970 - Certificate delivery date in ms (number of ms since 1970)
Since:

set_expirationDate

public void set_expirationDate(long msSince1970)
Parameters:
msSince1970 - Certificate expiration date in ms (number of ms since 1970)
Since:

get_deliveryDate

public java.util.Date get_deliveryDate()
Returns:
Certificate delivery date in ms (number of ms since 1970)
Since:

get_expirationDate

public java.util.Date get_expirationDate()
Returns:
Certificate expiration date in ms (number of ms since 1970)
Since:


Copyright 2001-2007 INRIA All Rights Reserved.