com.hazelcast.nio
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
Exception
public static Cipher createSymmetricWriterCipher(SymmetricEncryptionConfig config) throws Exception
Exception
public static boolean isSymmetricEncryptionEnabled(IOService ioService)
public static void handleCipherException(Exception e, Connection connection)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.