com.hazelcast.nio
Class CipherHelper

java.lang.Object
  extended by com.hazelcast.nio.CipherHelper

public final class CipherHelper
extends Object


Method Summary
static Cipher createSymmetricReaderCipher(SymmetricEncryptionConfig config)
           
static Cipher createSymmetricWriterCipher(SymmetricEncryptionConfig config)
           
static void handleCipherException(Exception e, Connection connection)
           
static boolean isSymmetricEncryptionEnabled(IOService ioService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createSymmetricReaderCipher

public static Cipher createSymmetricReaderCipher(SymmetricEncryptionConfig config)
                                          throws Exception
Throws:
Exception

createSymmetricWriterCipher

public static Cipher createSymmetricWriterCipher(SymmetricEncryptionConfig config)
                                          throws Exception
Throws:
Exception

isSymmetricEncryptionEnabled

public static boolean isSymmetricEncryptionEnabled(IOService ioService)

handleCipherException

public static void handleCipherException(Exception e,
                                         Connection connection)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.