Uses of Class
exceptions.EncryptionException
Packages that use EncryptionException
-
Uses of EncryptionException in repository
Methods in repository that throw EncryptionExceptionModifier 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 directorystatic Repository.RepositoryGetRepository.get(Repository.GetData getData) Gets the repository meta file and converts it to an instance of the Repository classstatic voidRepository.put(Repository.PutData commandData) Converts the repository file to utf 8 bytes and uploads it as a whole to ipfs. -
Uses of EncryptionException in utils
Methods in utils that throw EncryptionExceptionModifier and TypeMethodDescriptionEncryption.decrypt(InputStream inputStream) Decrypts a passed input stream and returns it.Encryption.decryptionCipher(byte[] IV) Generates a decryption cipherEncryption.encrypt(InputStream inputStream) Encrypts the provided input stream and returns itEncryption.encryptionCipher(byte[] IV) Generates an encryption cipher based on the passed IVConstructors in utils that throw EncryptionExceptionModifierConstructorDescriptionEncryption(String password, String salt) Encryption(String password, String salt, int iv_size)