|
Bouncy Castle Cryptography Library 1.71 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.tsp.ers.ERSCachingData
org.bouncycastle.tsp.ers.ERSDataGroup
org.bouncycastle.tsp.ers.ERSDirectoryDataGroup
Representation of a data group based on a directory. Sub-directories will be represented by a single hash.
Field Summary |
Fields inherited from class org.bouncycastle.tsp.ers.ERSDataGroup |
dataObjects |
Constructor Summary | |
ERSDirectoryDataGroup(java.io.File dataDirectory)
Base constructor for a directory of data objects. |
Method Summary | |
java.util.List |
getFiles()
Return a list of the plain files in this data group. |
java.util.List |
getSubdirectories()
Return a list of the subdirectories in this data group. |
Methods inherited from class org.bouncycastle.tsp.ers.ERSDataGroup |
calculateHash, getHashes, size |
Methods inherited from class org.bouncycastle.tsp.ers.ERSCachingData |
getHash |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ERSDirectoryDataGroup(java.io.File dataDirectory) throws java.io.FileNotFoundException
dataDirectory
- a directory of data objects.Method Detail |
public java.util.List getFiles()
public java.util.List getSubdirectories()
|
Bouncy Castle Cryptography Library 1.71 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |