|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Classes implementing this interface encode binary data.
| Method Summary | |
byte[] |
decode(java.lang.String encoded)Parse the encoded binary data. |
java.lang.String |
encode(byte[] bytes)Encode the raw bytes. |
java.lang.String |
getEncodingType()Get the ValueType for this encoder. |
| Method Detail |
public java.lang.String encode(byte[] bytes)
bytes - The bytes to encode.public byte[] decode(java.lang.String encoded)
encoded - The binary data String.public java.lang.String getEncodingType()
URI representing this encoder.
|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||