| Package | Description |
|---|---|
| com.googlecode.jinahya.nica.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AesBC
An Aes implementation using Bouncy Castle .
|
class |
AesJCE |
| Modifier and Type | Method and Description |
|---|---|
static Aes |
AesJCE.newSynchronizedInstance(byte[] key)
Creates a new synchronized instance.
|
static Aes |
AesBC.newSynchronizedInstance(byte[] key)
Creates a new synchronized instance.
|
static Aes |
Aes.synchronizedAes(Aes aes)
Returns a synchronized (thread-safe) aes backed by the specified aes.
|
| Modifier and Type | Method and Description |
|---|---|
static Aes |
Aes.synchronizedAes(Aes aes)
Returns a synchronized (thread-safe) aes backed by the specified aes.
|
Copyright © 2011-2012. All Rights Reserved.