javacard.framework.service
Interface SecurityService
- All Superinterfaces:
- Service
public interface SecurityService
- extends Service
PRINCIPAL_APP_PROVIDER
static final short PRINCIPAL_APP_PROVIDER
- See Also:
- Constant Field Values
PRINCIPAL_CARD_ISSUER
static final short PRINCIPAL_CARD_ISSUER
- See Also:
- Constant Field Values
PRINCIPAL_CARDHOLDER
static final short PRINCIPAL_CARDHOLDER
- See Also:
- Constant Field Values
PROPERTY_INPUT_CONFIDENTIALITY
static final byte PROPERTY_INPUT_CONFIDENTIALITY
- See Also:
- Constant Field Values
PROPERTY_INPUT_INTEGRITY
static final byte PROPERTY_INPUT_INTEGRITY
- See Also:
- Constant Field Values
PROPERTY_OUTPUT_CONFIDENTIALITY
static final byte PROPERTY_OUTPUT_CONFIDENTIALITY
- See Also:
- Constant Field Values
PROPERTY_OUTPUT_INTEGRITY
static final byte PROPERTY_OUTPUT_INTEGRITY
- See Also:
- Constant Field Values
isAuthenticated
boolean isAuthenticated(short principal)
throws ServiceException
- Throws:
ServiceException
isChannelSecure
boolean isChannelSecure(byte properties)
throws ServiceException
- Throws:
ServiceException
isCommandSecure
boolean isCommandSecure(byte properties)
throws ServiceException
- Throws:
ServiceException