Package com.sun.javacard.spi.security

Provides the classes and interfaces for implementing the security framework.

See:
          Description

Class Summary
ProtectionDomain This ProtectionDomain class encapsulates the characteristics of a domain, which is bound to a group context whose applications are granted a set of permissions.
 

Package com.sun.javacard.spi.security Description

Provides the classes and interfaces for implementing the security framework.

Note to Application Developers: Classes and interfaces from this package are not accessible to application developers. There are only intended for platform and system services/facilities implementers. If an application directly references classes or interfaces from these packages, the loading of the application will fail.

See Runtime Environment Specification for the Java Card Platform, Connected Edition, chapter 6 for details.

Not that at present, all classes and interfaces in this package are subject to change or removal in a future release, in ways that may not be backward compatible with this release. You, as a platform implementer, should nevertheless use these classes and interfaces to implement the security facility of a Java Card 3 Platform implementation, and provide feedback. These classes and interfaces will be enhanced in future releases based on your feedback and moved to standard sub-packages of javacardx.spi.

Since:
Java Card 3.0


Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.