public class CipherFactory extends Object
| Constructor and Description |
|---|
CipherFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BaseCipher |
createCipher(CipherInformation cipherInformation,
Key key) |
static BaseCipher |
createCipher(CipherInformation cipherInformation,
KeyStoreInformation keystoreInformation) |
static BaseCipher |
createCipher(CipherInformation cipherInformation,
KeyStoreWrapper keyStoreWrapper) |
public static BaseCipher createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
public static BaseCipher createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
public static BaseCipher createCipher(CipherInformation cipherInformation, Key key)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.