public class EncryptionKeychain extends Object
| Constructor and Description |
|---|
EncryptionKeychain(byte[] salt,
String password,
int keylen,
int ivlen,
int iterations,
String algo) |
EncryptionKeychain(int saltLen,
String password,
int keylen,
int ivlen,
int iterations,
String algo) |
| Modifier and Type | Method and Description |
|---|---|
void |
createKeys() |
byte[] |
getEncryptionKey() |
byte[] |
getHmacKey() |
byte[] |
getIv() |
byte[] |
getSalt() |
public EncryptionKeychain(byte[] salt,
String password,
int keylen,
int ivlen,
int iterations,
String algo)
public void createKeys()
throws IOException
IOExceptionpublic byte[] getSalt()
public byte[] getEncryptionKey()
public byte[] getHmacKey()
public byte[] getIv()
Copyright © 2023 Frank!Framework. All rights reserved.