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, wait
getSpec
public AesKeyGenerator(String spec)
public KeyExpression generateKey()
generateKey
in interface KeyGenerator
public KeyExpression getKey(String spec)
getKey
in interface KeyGenerator
public static KeyExpression generateAesKey(String spec)
Copyright © 2017. All rights reserved.