public final class CipherHelper extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Cipher | 
createSymmetricReaderCipher(SymmetricEncryptionConfig config)  | 
static Cipher | 
createSymmetricWriterCipher(SymmetricEncryptionConfig config)  | 
static void | 
handleCipherException(Exception e,
                     Connection connection)  | 
static boolean | 
isSymmetricEncryptionEnabled(IOService ioService)  | 
public static Cipher createSymmetricReaderCipher(SymmetricEncryptionConfig config) throws Exception
Exceptionpublic static Cipher createSymmetricWriterCipher(SymmetricEncryptionConfig config) throws Exception
Exceptionpublic static boolean isSymmetricEncryptionEnabled(IOService ioService)
public static void handleCipherException(Exception e, Connection connection)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.