Package com.beasys.commerce.ebusiness.security

The security package enables secure handling or sensitive data.

See
          Description

Interface Summary
Decryptor The Decryptor is a Stateless Session EJB that provides decryption services.
DecryptorHome The home interface for the Decryptor Session Bean.
Encryptor The Encryptor is a Stateless Session EJB that provides encryption services.
EncryptorHome The home interface for the Encryptor Session Bean.
 

Class Summary
DecryptorImpl The DecryptorImpl is the implementation used by the Decryptor service.
EncryptionServlet  
EncryptorImpl The EncryptorImpl is the implementation used by the Encryptor service.
KeyFactory Factory for both a private and public key.
KeyGeneratorServlet  
KeyPairGenerator Generates a key pair using JSAFE
SecurityConstants Deprecated
 

Exception Summary
CryptException Represents encryption/decryption or key generation exceptions
InconsistentStateException Deprecated
 

Package com.beasys.commerce.ebusiness.security Description

The security package enables secure handling or sensitive data. It uses RSA standard private key encryption to accomplish this objective.



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.