javacardx.framework
Interface SharedPINAuth

All Superinterfaces:
Authenticator, PIN, Shareable

public interface SharedPINAuth
extends PIN, Authenticator

The SharedPINAuth interface provides the means to access the functions of an authenticator providing a PIN-based authentication service.

A registered authenticator service may implement this interface to provide a PIN-based authentication service to other applications (in other contexts).

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

Since:
Java Card 3.0
See Also:
PIN, Authenticator

Method Summary
 
Methods inherited from interface javacard.framework.PIN
check, getTriesRemaining, isValidated, reset
 
Methods inherited from interface javacardx.framework.Authenticator
isValidated, reset
 



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