Package org.ejbca.core.ejb.hardtoken

Examples of org.ejbca.core.ejb.hardtoken.HardTokenCertificateMap


  }

  public void testHardTokenCertificateMap() {
    LOG.trace(">testHardTokenCertificateMap");
    logMemStats();
    HardTokenCertificateMap entity = new HardTokenCertificateMap();
    entity.setCertificateFingerprint(VARCHAR_250B);
    entity.setRowProtection(CLOB_10KiB);
    entity.setRowVersion(0);
    entity.setTokenSN(VARCHAR_250B);
    storeAndRemoveEntity(entity);
    LOG.trace("<testHardTokenCertificateMap");
  }
View Full Code Here

TOP

Related Classes of org.ejbca.core.ejb.hardtoken.HardTokenCertificateMap

Copyright © 2018 www.massapicom. 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.