Package org.ejbca.core.model.hardtoken

Examples of org.ejbca.core.model.hardtoken.HardTokenIssuer.loadData()


   * Method that returns the hard token issuer data and updates it if nessesary.
   */
  @Transient
  public HardTokenIssuer getHardTokenIssuer(){
    HardTokenIssuer returnval = new HardTokenIssuer();
    returnval.loadData(getData());
    return returnval;
  }

  /**
   * Method that saves the hard token issuer data to database.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.