public abstract class SecureKey extends Object implements Key, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithm |
protected int |
ivsize |
protected int |
keysize |
protected String |
password |
| Modifier | Constructor and Description |
|---|---|
protected |
SecureKey(String algorithm,
int keysize,
int ivsize,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
int |
getIvsize() |
int |
getKeysize() |
String |
getPassword() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDecryptKey, getEncryptKey, getIvParameterprotected final String algorithm
protected final int keysize
protected final int ivsize
protected final String password
public String getAlgorithm()
getAlgorithm in interface Keypublic int getKeysize()
getKeysize in interface Keypublic String getPassword()
getPassword in interface KeyCopyright © 2020. All rights reserved.