public final class AsymmetricSecureKey extends SecureKey implements AsymmetricKey
| Constructor and Description |
|---|
AsymmetricSecureKey(String algorithm,
int keysize,
int ivsize,
String password,
byte[] publicKey,
byte[] privateKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDecryptKey() |
byte[] |
getEncryptKey() |
byte[] |
getIvParameter() |
byte[] |
getPrivateKey() |
byte[] |
getPublicKey() |
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[] getPublicKey()
getPublicKey in interface AsymmetricKeypublic byte[] getPrivateKey()
getPrivateKey in interface AsymmetricKeypublic byte[] getIvParameter()
getIvParameter in interface KeyCopyright © 2019. All rights reserved.