public final class SymmetricSecureKey extends SecureKey implements SymmetricKey
| Constructor and Description |
|---|
SymmetricSecureKey(String algorithm,
int keysize,
int ivsize,
String password,
byte[] key,
byte[] iv) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDecryptKey() |
byte[] |
getEncryptKey() |
byte[] |
getIvParameter() |
byte[] |
getSecretKey() |
getAlgorithm, getIvsize, getKeysize, getPasswordclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithm, getIvsize, getKeysize, getPasswordpublic byte[] getEncryptKey()
getEncryptKey in interface Keypublic byte[] getDecryptKey()
getDecryptKey in interface Keypublic byte[] getSecretKey()
getSecretKey in interface SymmetricKeypublic byte[] getIvParameter()
getIvParameter in interface KeyCopyright © 2019. All rights reserved.