public final class KeyStoreGenerator
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static javax.crypto.SecretKey |
createSecretKey() |
static javax.crypto.SecretKey |
createSecretKey(java.lang.String sym_alg,
int key_size) |
static javax.crypto.SecretKey |
initSymKey() |
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args)
public static javax.crypto.SecretKey initSymKey() throws java.lang.Exception
java.lang.Exception
public static javax.crypto.SecretKey createSecretKey() throws java.lang.Exception
java.lang.Exception
public static javax.crypto.SecretKey createSecretKey(java.lang.String sym_alg, int key_size) throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmException
Copyright © 1998-2020 Red Hat. All Rights Reserved.