public abstract class AbstractCertifiedDatabaseEntry extends AbstractDatabaseEntry implements ICertifiedDatabaseEntry
XML_ATTR_LAST_UPDATE, XML_LAST_UPDATE| Constructor and Description |
|---|
AbstractCertifiedDatabaseEntry(long a_expireTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkId()
Checks if the ID is valid.
|
abstract MultiCertPath |
getCertPath() |
abstract XMLSignature |
getSignature() |
abstract boolean |
isVerified()
Returns if this entry has been verified with a certificate chain.
|
deletePersistence, getCreationTime, getExpireTime, getId, getLastUpdate, getVersionNumber, isNewerThan, isPersistanceDeletionAllowed, isUserDefined, resetCreationTime, setExpireTimeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisValidpublic AbstractCertifiedDatabaseEntry(long a_expireTime)
public abstract MultiCertPath getCertPath()
getCertPath in interface ICertifiedDatabaseEntrypublic abstract XMLSignature getSignature()
getSignature in interface ICertifiedDatabaseEntrypublic abstract boolean isVerified()
isVerified in interface ICertifiedDatabaseEntrypublic boolean checkId()
checkId in interface ICertifiedDatabaseEntryCopyright © 2023. All rights reserved.