Package org.xipki.ca.server.db
Class CertStore.SerialWithId
- java.lang.Object
-
- org.xipki.ca.server.db.CertStore.SerialWithId
-
-
Constructor Summary
Constructors Constructor Description SerialWithId(long id, BigInteger serial)
-
-
-
Constructor Detail
-
SerialWithId
public SerialWithId(long id, BigInteger serial)
-
-
Method Detail
-
getSerial
public BigInteger getSerial()
-
getId
public long getId()
-
-