| Package | Description |
|---|---|
| com.baidubce.services.iothisk.device.seplatform |
| Modifier and Type | Method and Description |
|---|---|
CipherMessage |
MbedAkeySe.encryptThenSign(PlainMessage plainMessage)
Encrypt and sign provided plain message
|
CipherMessage |
SecureElement.encryptThenSign(PlainMessage plainMessage)
Encrypt and sign provided plain message
|
CipherMessage |
MbedAkeySe.encryptThenSign(PlainMessage plainMessage,
byte[] signPrivateKey)
Encrypt plain message, and sign the signature with provided private key
|
CipherMessage |
SecureElement.encryptThenSign(PlainMessage plainMessage,
byte[] signPrivateKey)
Encrypt plain message, and sign the signature with provided private key
|
CipherMessage |
MbedAkeySe.parseCipherMessage(byte[] cipherMessage)
Parse byte array cipher message.
|
CipherMessage |
SecureElement.parseCipherMessage(byte[] cipherMessage)
Parse byte array cipher message.
|
| Modifier and Type | Method and Description |
|---|---|
PlainMessage |
MbedAkeySe.verifyThenDecrypt(CipherMessage cipherMessage)
Verify message and decrypt cipher message.
|
PlainMessage |
SecureElement.verifyThenDecrypt(CipherMessage cipherMessage)
Verify message and decrypt cipher message.
|
Copyright © 2023. All rights reserved.