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
-
-
Constructor Summary
Constructors Constructor Description ManifestCmsGeneralInfo(int version, BigInteger number, org.joda.time.DateTime thisUpdateTime, org.joda.time.DateTime nextUpdateTime, String fileHashAlgorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileHashAlgorithm()org.joda.time.DateTimegetNextUpdateTime()BigIntegergetNumber()org.joda.time.DateTimegetThisUpdateTime()intgetVersion()
-
-
-
Constructor Detail
-
ManifestCmsGeneralInfo
public ManifestCmsGeneralInfo(int version, BigInteger number, org.joda.time.DateTime thisUpdateTime, org.joda.time.DateTime nextUpdateTime, String fileHashAlgorithm)
-
-
Method Detail
-
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()
-
-