Uses of Interface
org.bouncycastle.tsp.ers.ERSData
-
Packages that use ERSData Package Description org.bouncycastle.tsp.ers -
-
Uses of ERSData in org.bouncycastle.tsp.ers
Classes in org.bouncycastle.tsp.ers that implement ERSData Modifier and Type Class Description class
ERSByteData
Generic class for holding byte[] data for RFC 4998 ERS.class
ERSCachingData
An ERSData object that caches hash calculations.class
ERSDataGroup
Representation of data groups with more than 1 members according to the description provided in RFC4998.class
ERSDirectoryDataGroup
Representation of a data group based on a directory.class
ERSFileData
Generic class for holding a File of data for RFC 4998 ERS.class
ERSInputStreamData
Generic class for processing an InputStream of data RFC 4998 ERS.Fields in org.bouncycastle.tsp.ers with type parameters of type ERSData Modifier and Type Field Description protected List<ERSData>
ERSDataGroup. dataObjects
Methods in org.bouncycastle.tsp.ers with parameters of type ERSData Modifier and Type Method Description void
ERSArchiveTimeStampGenerator. addData(ERSData dataObject)
void
ERSArchiveTimeStamp. validatePresent(ERSData data, Date atDate)
void
ERSEvidenceRecord. validatePresent(ERSData data, Date atDate)
Method parameters in org.bouncycastle.tsp.ers with type arguments of type ERSData Modifier and Type Method Description void
ERSArchiveTimeStampGenerator. addAllData(List<ERSData> dataObjects)
Constructors in org.bouncycastle.tsp.ers with parameters of type ERSData Constructor Description ERSDataGroup(ERSData dataObject)
Constructor for a group with a single object.ERSDataGroup(ERSData... dataObjects)
Base constructor for an "array" of data objects.Constructor parameters in org.bouncycastle.tsp.ers with type arguments of type ERSData Constructor Description ERSDataGroup(List<ERSData> dataObjects)
Base constructor using a list of data objects.
-