net.ripe.rpki.commons.crypto.cms.manifest
Class ManifestCmsGeneralInfo

java.lang.Object
  extended by 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
ManifestCmsGeneralInfo(int version, BigInteger number, org.joda.time.DateTime thisUpdateTime, org.joda.time.DateTime nextUpdateTime, String fileHashAlgorithm)
           
 
Method Summary
 String getFileHashAlgorithm()
           
 org.joda.time.DateTime getNextUpdateTime()
           
 BigInteger getNumber()
           
 org.joda.time.DateTime getThisUpdateTime()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2008-2014 RIPE NCC, the Netherlands. All Rights Reserved.