类 EncryptedData
- java.lang.Object
-
- network.nerve.core.crypto.EncryptedData
-
public final class EncryptedData extends Object
加密后的数据- 作者:
- ln
-
-
字段概要
字段 修饰符和类型 字段 说明 static byte[]DEFAULT_IV
-
构造器概要
构造器 构造器 说明 EncryptedData(byte[] encryptedBytes)EncryptedData(byte[] initialisationVector, byte[] encryptedBytes)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)byte[]getEncryptedBytes()byte[]getInitialisationVector()inthashCode()voidsetEncryptedBytes(byte[] encryptedBytes)voidsetInitialisationVector(byte[] initialisationVector)StringtoString()
-