类的使用
com.baidubce.services.iothisk.device.model.PlainMessage
-
使用PlainMessage的程序包 程序包 说明 com.baidubce.services.iothisk.device.seplatform -
-
com.baidubce.services.iothisk.device.seplatform中PlainMessage的使用
返回PlainMessage的com.baidubce.services.iothisk.device.seplatform中的方法 修饰符和类型 方法 说明 PlainMessageMbedAkeySe. parsePlainMessage(byte[] plainMessage)Parse byte array plain message.PlainMessageSecureElement. parsePlainMessage(byte[] plainMessage)Parse byte array plain message.PlainMessageMbedAkeySe. verifyThenDecrypt(CipherMessage cipherMessage)Verify message and decrypt cipher message.PlainMessageSecureElement. verifyThenDecrypt(CipherMessage cipherMessage)Verify message and decrypt cipher message.参数类型为PlainMessage的com.baidubce.services.iothisk.device.seplatform中的方法 修饰符和类型 方法 说明 CipherMessageMbedAkeySe. encryptThenSign(PlainMessage plainMessage)Encrypt and sign provided plain messageCipherMessageMbedAkeySe. encryptThenSign(PlainMessage plainMessage, byte[] signPrivateKey)Encrypt plain message, and sign the signature with provided private keyCipherMessageSecureElement. encryptThenSign(PlainMessage plainMessage)Encrypt and sign provided plain messageCipherMessageSecureElement. encryptThenSign(PlainMessage plainMessage, byte[] signPrivateKey)Encrypt plain message, and sign the signature with provided private key
-