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) by Martin Ganserer
| Modifier and Type | Method and Description |
|---|---|
static Cipher |
getDecryptionCipher() |
static Cipher |
getEncryptionCipher() |
Copyright © 2018. All rights reserved.