Class PTZInstructionCrypto.AuthenticatedEncryption

java.lang.Object
io.github.lunasaw.gb28181.common.entity.control.instruction.crypto.PTZInstructionCrypto.AuthenticatedEncryption
Enclosing class:
PTZInstructionCrypto

public static class PTZInstructionCrypto.AuthenticatedEncryption extends Object
带认证的加密结果
  • Constructor Details

    • AuthenticatedEncryption

      public AuthenticatedEncryption(byte[] encryptedData, byte[] authenticationTag)
  • Method Details

    • getEncryptedData

      public byte[] getEncryptedData()
    • getAuthenticationTag

      public byte[] getAuthenticationTag()
    • getCombined

      public byte[] getCombined()
      组合加密数据和认证标签