
public class AesKeyGenerator extends Object implements KeyGenerator
| Constructor and Description |
|---|
AesKeyGenerator(String spec) |
| Modifier and Type | Method and Description |
|---|---|
static KeyExpression |
generateAesKey(String spec) |
KeyExpression |
generateKey() |
KeyExpression |
getKey(String spec) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSpecpublic AesKeyGenerator(String spec)
public KeyExpression generateKey()
generateKey in interface KeyGeneratorpublic KeyExpression getKey(String spec)
getKey in interface KeyGeneratorpublic static KeyExpression generateAesKey(String spec)
Copyright © 2017. All rights reserved.