Class OldCertInfo

  • All Implemented Interfaces:
    org.xipki.util.cbor.CborEncodable
    Direct Known Subclasses:
    OldCertInfoByIssuerAndSerial, OldCertInfoBySubject

    public abstract class OldCertInfo
    extends java.lang.Object
    implements org.xipki.util.cbor.CborEncodable
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      OldCertInfo​(boolean reusePublicKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isReusePublicKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.xipki.util.cbor.CborEncodable

        encode
    • Constructor Detail

      • OldCertInfo

        public OldCertInfo​(boolean reusePublicKey)
    • Method Detail

      • isReusePublicKey

        public boolean isReusePublicKey()