类的使用
com.baidubce.services.iothisk.device.model.CipherMessage
-
使用CipherMessage的程序包 程序包 说明 com.baidubce.services.iothisk.device.seplatform -
-
com.baidubce.services.iothisk.device.seplatform中CipherMessage的使用
返回CipherMessage的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 keyCipherMessageMbedAkeySe. parseCipherMessage(byte[] cipherMessage)Parse byte array cipher message.CipherMessageSecureElement. parseCipherMessage(byte[] cipherMessage)Parse byte array cipher message.参数类型为CipherMessage的com.baidubce.services.iothisk.device.seplatform中的方法 修饰符和类型 方法 说明 PlainMessageMbedAkeySe. verifyThenDecrypt(CipherMessage cipherMessage)Verify message and decrypt cipher message.PlainMessageSecureElement. verifyThenDecrypt(CipherMessage cipherMessage)Verify message and decrypt cipher message.
-