|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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 |
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. | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||