|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Encryptor
The Encryptor is a Stateless Session EJB that provides encryption services.
EncryptorHome,
EncryptorImpl| Method Summary | |
|---|---|
String |
encrypt(String dataToEncrypt)
Takes a string of data to encrypt and returns a string of encryted data. |
| Methods inherited from interface javax.ejb.EJBObject |
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
|---|
String encrypt(String dataToEncrypt)
throws RemoteException,
InconsistentStateException
dataToEncrypt - The string that needs to be encrypted.
InconsistentStateException - if the service implementation is not appropriately initialized.
RemoteException - if there is a remote error.
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||