Package javacardx.security

Provides the classes and interfaces for security framework.

See:
          Description

Class Summary
CredentialManager CredentialManager objects manage the credentials used to establish secure communications with peers.
CredentialManager.SecurityRequirements Encapsulates the requirements for a secure connection or access.
CryptoServicePermission This class is for cryptographic service access permissions.
CryptoServices This class centralizes information about all cryptographic algorithm and the cryptographic service providers supported on the platform.
NamedPermission This class is for named permissions.
URIPermission The URIPermission class extends the Permission class, and can be used as the base class for all permissions that use URIs (Uniform Resource Identifiers) as target names.
 

Enum Summary
SensitivityValue The sensitivity, meaning security level of an application's element.
 

Annotation Types Summary
SensitiveMethod Annotation for specifying the expected security level on a given method of a class.
SensitiveType Annotation for specifying the expected security level on a given type (class or interface).
 

Package javacardx.security Description

Provides the classes and interfaces for security framework.

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

Since:
Java Card 3.0
See Also:
java.security


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