Uses of Class
utils.Encryption
Packages that use Encryption
-
Uses of Encryption in repository
Methods in repository that return EncryptionModifier and TypeMethodDescriptionRepository.GetData.encryption()Returns the value of theencryptionrecord component.Repository.PutData.encryption()Returns the value of theencryptionrecord component.Snapshot.CreateSnapshotData.encryption()Returns the value of theencryptionrecord component.Methods in repository with parameters of type EncryptionModifier and TypeMethodDescriptionbooleanDirectory.get(IPFSProxyConnector connector, Encryption encryption, String parentDir) Downloads all files referenced by this directoryvoidFile.get(IPFSProxyConnector connector, Encryption encryption, String path) Downloads the file into the provided directoryConstructors in repository with parameters of type EncryptionModifierConstructorDescriptionCreateSnapshotData(IPFSProxyConnector connector, Repository repository, Encryption encryption, com.google.gson.Gson gson, List<File> source, HashMap<String, Block> newBlocks) Creates an instance of aCreateSnapshotDatarecord class.GetData(IPFSProxyConnector connector, IPFSClusterConnector clusterConnector, Encryption encryption, com.google.gson.Gson gson, String password, String repoName) Creates an instance of aGetDatarecord class.PutData(Repository repository, IPFSClusterConnector clusterConnector, Encryption encryption, com.google.gson.Gson gson, String repoName) Creates an instance of aPutDatarecord class.