jPOS 1.6.1 API Documentation

Package org.jpos.security

Interface Summary
SecureKeyStore Represents a collection of Secure Keys and typically stores them in some persistent storage.
SMAdapter A class that implements the SecurityModuleAdapter interface would act as an adapter to the real security module device (by communicating with it using its proprietary protocol).
 

Class Summary
BaseSMAdapter Provides base functionality for the actual Security Module Adapter.
CryptographicServiceMessage Cryptographic Service Message (CSM for short).
EncryptedPIN The PIN (Personal Identification Number), is used to authenticate card holders.
KeySerialNumber Key Serial Number (also called Key Name in the ANSI X9.24).
SecureDESKey The SecureDESKey class represents:
Single, double or triple length DES keys that are secured by a security module.
SecureKey Represents a key that cannot be used except by your security module and for performing the operations allowed by the security module for this type of keys.
SimpleKeyFile Implements SecureKeyStore using a properties file.
Util Util class contains some useful methods.
 

Exception Summary
CryptographicServiceMessage.ParsingException  
SecureKeyStore.SecureKeyStoreException  
SMException Signals that a Security Module exception of some sort has occurred.
 


jPOS.org