KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > framework > service > SecurityService

javacard.framework.service
Interface SecurityService

All Superinterfaces:
Service

public boolean isAuthenticated(short principal)
                        throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isChannelSecure(byte properties)
                        throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isCommandSecure(byte properties)
                        throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short PRINCIPAL_APP_PROVIDER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short PRINCIPAL_CARDHOLDER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final short PRINCIPAL_CARD_ISSUER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PROPERTY_INPUT_CONFIDENTIALITY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PROPERTY_INPUT_INTEGRITY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PROPERTY_OUTPUT_CONFIDENTIALITY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PROPERTY_OUTPUT_INTEGRITY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags