Class ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey
-
- All Implemented Interfaces:
public class ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey
The ClearKey description key.
-
-
Constructor Summary
Constructors Constructor Description ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value)
Creates a ClearKey description key.
-
Method Summary
-
-
Method Detail
-
getId
@NonNull() String getId()
The identifier of the key. (NonNull)
- This is a base64url encoding of the octet sequence containing the key identifier.
- See Clear Key License Format for more information.
-
getValue
@NonNull() String getValue()
The value of the key. (NonNull)
- The base64url encoding of the octet sequence containing the symmetric key value.
- See Clear Key License Format for more information.
-
hashCode
int hashCode()
-
-
-
-