Class ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String id
      private final String value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() The identifier of the key.
      final String getValue() The value of the key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey

        ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value)
    • 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.