opencard.opt.security
Interface SecurityDomain

All Known Implementing Classes:
AppletID, CardFilePath

public abstract 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.

See Also:
SecureService, CardService, Credential, CredentialStore, CredentialBag, CardFilePath, FileAccessCardService