Package com.castlabs.android.drm
Class MemoryKeyStore
- java.lang.Object
-
- com.castlabs.android.drm.KeyStore
-
- com.castlabs.android.drm.MemoryKeyStore
-
-
Constructor Summary
Constructors Constructor Description MemoryKeyStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLicenseKeysCount()
Get count of stored license keys
-
-
-
Method Detail
-
getLicenseKeysCount
public int getLicenseKeysCount()
Description copied from class:KeyStore
Get count of stored license keys- Specified by:
getLicenseKeysCount
in classKeyStore
- Returns:
- count of stored keys
-
-