Package 

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
      String getId() The identifier of the key.
      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)
        Creates a ClearKey description key.
        Parameters:
        id - The identifier of the key, see getId for more information.
        value - The value of the key, see getValue for more information.