|
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 | |||||||||
java.lang.Object
oracle.security.xmlsec.wss.encoding.HexBinaryEncoder
Implements hexadecimal encoding of the binary data.
| Constructor Summary | |
HexBinaryEncoder() |
|
| Method Summary | |
byte[] |
decode(java.lang.String encoded)Parse the hexadecimal String. |
java.lang.String |
encode(byte[] bytes)Encode the binary data as a hexadecimal characters. |
java.lang.String |
getEncodingType()Get the ValueType for this encoder. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HexBinaryEncoder()
| Method Detail |
public java.lang.String encode(byte[] bytes)
encode in interface BinaryDataEncoderbytes - The raw bytes to encode.public byte[] decode(java.lang.String encoded)
decode in interface BinaryDataEncoderencoded - The hexadecimal String.public java.lang.String getEncodingType()
getEncodingType in interface BinaryDataEncoderURI 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 | |||||||||