org.apache.accumulo.core.security.crypto
Class DefaultCryptoModuleUtils

java.lang.Object
  extended by org.apache.accumulo.core.security.crypto.DefaultCryptoModuleUtils

public class DefaultCryptoModuleUtils
extends Object


Constructor Summary
DefaultCryptoModuleUtils()
           
 
Method Summary
static Cipher getCipher(String cipherSuite)
           
static SecureRandom getSecureRandom(String secureRNG, String secureRNGProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCryptoModuleUtils

public DefaultCryptoModuleUtils()
Method Detail

getSecureRandom

public static SecureRandom getSecureRandom(String secureRNG,
                                           String secureRNGProvider)

getCipher

public static Cipher getCipher(String cipherSuite)


Copyright © 2015 Apache Accumulo Project. All rights reserved.