com.morpho.morphosmart.sdk
Class SecuConfig

java.lang.Object
  extended by com.morpho.morphosmart.sdk.SecuConfig

public class SecuConfig
extends java.lang.Object

This class represent the security configuration of the MorphoSmartâ„¢ device


Constructor Summary
SecuConfig()
           
 
Method Summary
 int getMinMultimodalSecurityLevel()
           
 int getSecurityFAR()
           
 java.lang.String getSecurityFARDescription()
           
 char getSecurityOptions()
           
 java.lang.String getSerialNumber()
           
 boolean isAcceptsOnlySignedTemplates()
           
 boolean isDownloadIsProtected()
           
 boolean isExportScore()
           
 boolean isModeOfferedSecurity()
           
 boolean isModeTunneling()
           
 void setMinMultimodalSecurityLevel(int minMultimodalSecurityLevel)
           
 void setSecurityFAR(int securityFAR)
           
 void setSecurityOptions(char securityOptions)
           
 void setSerialNumber(java.lang.String serialNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuConfig

public SecuConfig()
Method Detail

getSerialNumber

public java.lang.String getSerialNumber()
Returns:
The serial number

setSerialNumber

public void setSerialNumber(java.lang.String serialNumber)
Parameters:
serialNumber - The serial number to set

getSecurityOptions

public char getSecurityOptions()
Returns:
The security options

setSecurityOptions

public void setSecurityOptions(char securityOptions)
Parameters:
securityOptions - The security options to set

getSecurityFAR

public int getSecurityFAR()
Returns:
The security FAR

getSecurityFARDescription

public java.lang.String getSecurityFARDescription()
Returns:
The security FAR description

setSecurityFAR

public void setSecurityFAR(int securityFAR)
Parameters:
securityFAR - the security FAR to set

getMinMultimodalSecurityLevel

public int getMinMultimodalSecurityLevel()
Returns:
The minimum multimodal security level

setMinMultimodalSecurityLevel

public void setMinMultimodalSecurityLevel(int minMultimodalSecurityLevel)
Parameters:
minMultimodalSecurityLevel - The minimum multimodal security level to set

isDownloadIsProtected

public boolean isDownloadIsProtected()
Returns:
The download status

isModeTunneling

public boolean isModeTunneling()
Returns:
The Tunneling mode status

isModeOfferedSecurity

public boolean isModeOfferedSecurity()
Returns:
The Offered Security mode status

isAcceptsOnlySignedTemplates

public boolean isAcceptsOnlySignedTemplates()
Returns:
The flag acceptsOnlySignedTemplates status

isExportScore

public boolean isExportScore()
Returns:
The flag exportScore