public final class KeyStoreGenerator extends Object
Modifier and Type | Method and Description |
---|---|
static SecretKey |
createSecretKey() |
static SecretKey |
createSecretKey(String sym_alg,
int key_size) |
static SecretKey |
initSymKey() |
static void |
main(String[] args) |
public static void main(String[] args)
public static SecretKey createSecretKey(String sym_alg, int key_size) throws NoSuchAlgorithmException
NoSuchAlgorithmException
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.