opencard.opt.security
Interface SecurityDomain

All Known Implementing Classes:
AppletID, CardFilePath

public interface SecurityDomain

SecurityDomain is a tag interface for classes which can be used to identify a security domain. Different card services may support different types of SecurityDomain. For file system based smartcards class opencard.opt.iso.fs.CardFilePath implements the SecurityDomain interface.
SecurityDomains are used to provide credentials to a CardService implementing the SecureService interface.

Version:
$Id: SecurityDomain.java,v 1.1.1.1 1999/10/05 15:08:48 damke Exp $
Author:
Peter Bendel (peter_bendel@de.ibm.com)
See Also:
SecureService, CardService, Credential, CredentialStore, CredentialBag, CardFilePath, FileAccessCardService