Class ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey
-
- All Implemented Interfaces:
public final class ClearkeyKeySystemConfiguration.ClearkeyDecryptionKeyThe ClearKey description key.
-
-
Constructor Summary
Constructors Constructor Description ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value)
-
Method Summary
-
-
Method Detail
-
getId
final 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
final 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.
-
-
-
-