com.hazelcast.nio
Class CipherHelper
java.lang.Object
com.hazelcast.nio.CipherHelper
public final class CipherHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.