Class RenewableCertificateCollection


  • public class RenewableCertificateCollection
    extends java.lang.Object
    Version:
    $Revision$, $Date$
    Author:
    thomask, kanda
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCertificate​(java.lang.String renewalFlag, java.lang.Object o)  
      java.util.Vector<java.lang.Object> getNotifiable()  
      java.util.Vector<java.lang.Object> getRenewable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RenewableCertificateCollection

        public RenewableCertificateCollection()
    • Method Detail

      • getRenewable

        public java.util.Vector<java.lang.Object> getRenewable()
      • getNotifiable

        public java.util.Vector<java.lang.Object> getNotifiable()
      • addCertificate

        public void addCertificate​(java.lang.String renewalFlag,
                                   java.lang.Object o)