类 EncryptedData


  • public final class EncryptedData
    extends Object
    加密后的数据
    作者:
    ln
    • 字段详细资料

      • DEFAULT_IV

        public static byte[] DEFAULT_IV
    • 构造器详细资料

      • EncryptedData

        public EncryptedData​(byte[] initialisationVector,
                             byte[] encryptedBytes)
      • EncryptedData

        public EncryptedData​(byte[] encryptedBytes)
    • 方法详细资料

      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object
      • getInitialisationVector

        public byte[] getInitialisationVector()
      • getEncryptedBytes

        public byte[] getEncryptedBytes()
      • setInitialisationVector

        public void setInitialisationVector​(byte[] initialisationVector)
      • setEncryptedBytes

        public void setEncryptedBytes​(byte[] encryptedBytes)