javacardx.framework.util Class UtilExceptionjava.lang.Object java.lang.Exception javacard.framework.CardRuntimeException java.lang.RuntimeException java.lang.Throwable public class UtilExceptionextend
2017/05/22 M&W SmartCard 72
javacard.framework Class Utiljava.lang.Object public class Utilextends Object The Util class contains common utility functions. Some of the methods may be implemented as native functions for performan
2017/05/22 M&W SmartCard 64
javacard.framework Class UserExceptionjava.lang.Object java.lang.Exception javacard.framework.CardException java.lang.Throwable public class UserExceptionextends CardException UserException represents
2017/05/22 M&W SmartCard 45
javacard.framework Class TransactionExceptionjava.lang.Object java.lang.Exception javacard.framework.CardRuntimeException java.lang.RuntimeException java.lang.Throwable public class TransactionExcepti
2017/05/22 M&W SmartCard 36
javacardx.framework.tlv Class TLVExceptionjava.lang.Object java.lang.Exception javacard.framework.CardRuntimeException java.lang.RuntimeException java.lang.Throwable public class TLVExceptionextends C
2017/05/22 M&W SmartCard 67
java.lang Class Throwablejava.lang.Object Direct Known Subclasses: Exception public class Throwableextends Object The Throwable class is the superclass of all errors and exceptions in the Java Cardpla
2017/05/22 M&W SmartCard 24
javacard.framework Class SystemExceptionjava.lang.Object java.lang.Exception javacard.framework.CardRuntimeException java.lang.RuntimeException java.lang.Throwable public class SystemExceptionextends
2017/05/22 M&W SmartCard 56
javacard.security Interface SignatureMessageRecoveryA subclass of the abstract Signature class must implement this SignatureMessageRecovery interface to provide message recovery functionality. An inst
2017/05/22 M&W SmartCard 69
javacard.security Class Signaturejava.lang.Object public abstract class Signatureextends Object The Signature class is the base class for Signature algorithms. Implementations of Signature algorithms
2017/05/22 M&W SmartCard 64
javacardx.biometry Interface SharedBioTemplateAll Superinterfaces: BioTemplate , Shareable BioTemplate Shareable The SharedBioTemplate interface provides the means for accessing unrestrictedbiometric
2017/05/22 M&W SmartCard 37
javacard.framework Interface ShareableAll Known Subinterfaces: SharedBioTemplate The Shareable interface serves to identify all shared objects. Any object that needs to be shared through the applet fi
2017/05/22 M&W SmartCard 37
javacard.framework.service Class ServiceExceptionjava.lang.Object java.lang.Exception javacard.framework.CardRuntimeException java.lang.RuntimeException java.lang.Throwable public class ServiceExcepti
2017/05/22 M&W SmartCard 34
javacard.framework.service Interface ServiceAll Known Subinterfaces: RemoteService , SecurityService All Known Implementing Classes: BasicService , RMIService This is the base interface for the servic
2017/05/22 M&W SmartCard 18
javacard.framework.service Interface SecurityServiceAll Superinterfaces: Service Service This interface describes the functions of a generic security service. It extends the base Service interface and
2017/05/22 M&W SmartCard 47
java.lang Class SecurityExceptionjava.lang.Object java.lang.Exception java.lang.RuntimeException java.lang.Throwable public class SecurityExceptionextends RuntimeException A Java Card runtime environm
2017/05/22 M&W SmartCard 49
javacard.security Interface SecretKeyAll Superinterfaces: Key All Known Subinterfaces: AESKey , DESKey , HMACKey , KoreanSEEDKey Key The SecretKey class is the base interface for keysused in symmetric
2017/05/22 M&W SmartCard 23
java.lang Class RuntimeExceptionjava.lang.Object java.lang.Exception java.lang.Throwable Direct Known Subclasses: ArithmeticException , ArrayStoreException , CardRuntimeException , ClassCastException
2017/05/22 M&W SmartCard 40
javacard.security Interface RSAPublicKeyAll Superinterfaces: Key , PublicKey PublicKey The RSAPublicKey is used to verify signatures on signed data using the RSA algorithm. It may also used by the jav
2017/05/22 M&W SmartCard 58
javacard.security Interface RSAPrivateKeyAll Superinterfaces: Key , PrivateKey PrivateKey The RSAPrivateKey class is used to sign data using the RSA algorithm in its modulus/exponent form. It may also
2017/05/22 M&W SmartCard 33
javacard.security Interface RSAPrivateCrtKeyAll Superinterfaces: Key , PrivateKey PrivateKey The RSAPrivateCrtKey interface is used to sign data using the RSA algorithm in its Chinese Remainder Theore
2017/05/22 M&W SmartCard 17