Class KeypairGenEntryWrapper


  • public class KeypairGenEntryWrapper
    extends Object
    Wrapper of keypair generation database entry.
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • KeypairGenEntryWrapper

        public KeypairGenEntryWrapper()
    • Method Detail

      • setDbEntry

        public void setDbEntry​(org.xipki.ca.api.mgmt.entry.KeypairGenEntry dbEntry)
      • init

        public void init​(org.xipki.security.SecurityFactory securityFactory,
                         int shardId,
                         Map<String,​org.xipki.datasource.DataSourceWrapper> datasources)
                  throws org.xipki.util.exception.ObjectCreationException
        Throws:
        org.xipki.util.exception.ObjectCreationException
      • getDbEntry

        public org.xipki.ca.api.mgmt.entry.KeypairGenEntry getDbEntry()
      • getGenerator

        public org.xipki.security.KeypairGenerator getGenerator()
      • isHealthy

        public boolean isHealthy()