📄 certreqhistorydatalocal.java
字号:
/* * Generated by XDoclet - Do not edit! */package org.ejbca.core.ejb.ca.store;/** * Local interface for CertReqHistoryData. */public interface CertReqHistoryDataLocal extends javax.ejb.EJBLocalObject{ /** * Fingerprint of certificate Should be used outside of entity bean, use getCertReqHistory instead * @return fingerprint */ public java.lang.String getFingerprint( ) ; /** * Returns the value object containing the information of the entity bean. This is the method that should be used to retreive cert req history correctly. * @return certificate request history object */ public org.ejbca.core.model.ca.store.CertReqHistory getCertReqHistory( ) ;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -