|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 3 (10.1.3) B25382-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.util.Base64
oracle.security.xmlsec.wss.encoding.NullBinaryEncoder
Performs no encoding or decoding. Uses the platform default charset encoding to convert between String and bytes and vice versa.
| Constructor Summary | |
NullBinaryEncoder() |
|
| 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 oracle.security.xmlsec.util.Base64 |
fromBase64, getUseLineBreaks, setUseLineBreaks, toBase64 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullBinaryEncoder()
| 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 3 (10.1.3) B25382-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||