-
- All Implemented Interfaces:
-
java.io.Serializable
@Deprecated(message = Not used anymore, level = DeprecationLevel.ERROR) public interface DRMLicense implements Serializable
-
-
Method Summary
Modifier and Type Method Description abstract ByteArraydecipher(ByteArray data)abstract Stringcopy(String text)abstract StringgetEncryptionProfile()abstract BooleangetCanCopy()-
-
Method Detail
-
getEncryptionProfile
abstract String getEncryptionProfile()
-
getCanCopy
abstract Boolean getCanCopy()
-
-
-
-