net.ripe.rpki.commons.crypto.cms.manifest
Class ManifestCmsGeneralInfo
java.lang.Object
net.ripe.rpki.commons.crypto.cms.manifest.ManifestCmsGeneralInfo
- All Implemented Interfaces:
- Serializable
public class ManifestCmsGeneralInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManifestCmsGeneralInfo
public ManifestCmsGeneralInfo(int version,
BigInteger number,
org.joda.time.DateTime thisUpdateTime,
org.joda.time.DateTime nextUpdateTime,
String fileHashAlgorithm)
getVersion
public int getVersion()
getNumber
public BigInteger getNumber()
getThisUpdateTime
public org.joda.time.DateTime getThisUpdateTime()
getNextUpdateTime
public org.joda.time.DateTime getNextUpdateTime()
getFileHashAlgorithm
public String getFileHashAlgorithm()
Copyright © 2008-2015 RIPE NCC, the Netherlands. All Rights Reserved.