Ontimize 5.2072EN

com.ontimize.security
Class License

java.lang.Object
  extended bycom.ontimize.security.License
All Implemented Interfaces:
java.io.Serializable

public class License
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
License(byte[] c, byte[] sig)
           
 
Method Summary
 byte[] getContents()
           
 java.lang.String getContentsStr()
           
 byte[] getSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

License

public License(byte[] c,
               byte[] sig)
Method Detail

getContentsStr

public java.lang.String getContentsStr()
                                throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

getContents

public byte[] getContents()

getSignature

public byte[] getSignature()

Ontimize