public interface Key
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
byte[] |
getDecryptKey() |
byte[] |
getEncryptKey() |
byte[] |
getIvParameter() |
int |
getIvsize() |
int |
getKeysize() |
String |
getPassword() |
String getAlgorithm()
int getKeysize()
int getIvsize()
String getPassword()
byte[] getEncryptKey()
byte[] getDecryptKey()
byte[] getIvParameter()
Copyright © 2021. All rights reserved.