public class CipherFactory extends Object
Factory that provides encryption and decryption ciphers. Note that algorithms may not use padding as files are corrupt after download.
Copyright 2010 (C) Martin Ganserer
| Modifier and Type | Method and Description |
|---|---|
static Cipher |
getDecryptionCipher() |
static Cipher |
getEncryptionCipher() |
Copyright © 2015. All rights reserved.