public final class EncryptedData extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static byte[] |
DEFAULT_IV |
| 构造器和说明 |
|---|
EncryptedData(byte[] encryptedBytes) |
EncryptedData(byte[] initialisationVector,
byte[] encryptedBytes) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
byte[] |
getEncryptedBytes() |
byte[] |
getInitialisationVector() |
int |
hashCode() |
void |
setEncryptedBytes(byte[] encryptedBytes) |
void |
setInitialisationVector(byte[] initialisationVector) |
String |
toString() |
public EncryptedData(byte[] initialisationVector,
byte[] encryptedBytes)
public EncryptedData(byte[] encryptedBytes)
Copyright © 2021. All rights reserved.