|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CipherManager
A CipherManager is employed to transform data to a more secure
form, typically using a cryptographic algorithm. The CipherManager
must complete this transformation in one operation.
| Method Summary | |
|---|---|
byte[] |
decode(byte[] toDecode)
Transforms the input data to its original form in a single operation. |
byte[] |
encode(byte[] toEncode)
Transforms the input data to a more secure form in a single operation. |
| Method Detail |
|---|
byte[] encode(byte[] toEncode)
throws ProviderException
toEncode - the input data.
ProviderException - if an error occurs during transform.
byte[] decode(byte[] toDecode)
throws ProviderException
toDecode - the input data.
ProviderException - if an error occurs during transform.
|
Oracle Fusion Middleware Java API Reference for Oracle PDK Java 11g Release 1 (11.1.1) E10691-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||