Interface LegacySamStaticUnlockDataProviderSpi
public interface LegacySamStaticUnlockDataProviderSpi
Service to be implemented in order to compute the static unlock data expected by the SAM.
- Since:
- 0.4.0
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getUnlockData
(byte[] samSerialNumber) Returns the static unlock data expected by the target SAM.
-
Method Details
-
getUnlockData
byte[] getUnlockData(byte[] samSerialNumber) Returns the static unlock data expected by the target SAM.Note: the serial number can be used as diversifier in the computation of the unlock data.
- Parameters:
samSerialNumber
- The target SAM serial number.- Returns:
- A 16-byte byte array.
- Since:
- 0.4.0
-