public class KeyGen extends Object
| Constructor and Description |
|---|
KeyGen() |
| Modifier and Type | Method and Description |
|---|---|
static SecretKey |
generateBlowfishKey()
Generate and return blowfish key
|
static EncryptedRSAKeyPair |
getEncryptedRSAKeyPair()
Get common RSA Public/Static Key Pair with encrypted modulus N
|
static void |
init()
Initialize Key Generator (Blowfish keygen and RSA keygen)
|
public static void init()
throws GeneralSecurityException
GeneralSecurityExceptionpublic static SecretKey generateBlowfishKey()
public static EncryptedRSAKeyPair getEncryptedRSAKeyPair()
Copyright © 2014–2015. All rights reserved.