Class PTZInstructionCrypto.AuthenticatedEncryption
java.lang.Object
io.github.lunasaw.gb28181.common.entity.control.instruction.crypto.PTZInstructionCrypto.AuthenticatedEncryption
- Enclosing class:
- PTZInstructionCrypto
带认证的加密结果
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
组合加密数据和认证标签byte[]
-
Constructor Details
-
AuthenticatedEncryption
public AuthenticatedEncryption(byte[] encryptedData, byte[] authenticationTag)
-
-
Method Details
-
getEncryptedData
public byte[] getEncryptedData() -
getAuthenticationTag
public byte[] getAuthenticationTag() -
getCombined
public byte[] getCombined()组合加密数据和认证标签
-