|
Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10678-03 |
||||||||
| 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.Base64BinaryEncoder
public class Base64BinaryEncoder
Implements base-64 encoding as per RFC 1421 (PEM) and RFC 2045 (MIME).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.security.xmlsec.util.Base64 |
|---|
oracle.security.xmlsec.util.Base64.DecodeInputStream, oracle.security.xmlsec.util.Base64.EncodeOutputStream |
| Constructor Summary | |
|---|---|
Base64BinaryEncoder() |
|
| Method Summary | |
|---|---|
java.lang.String |
encode(byte[] data)Encode the raw bytes. |
java.lang.String |
getEncodingType()Get the ValueType for this encoder. |
| Methods inherited from class oracle.security.xmlsec.util.Base64 |
|---|
decode, fromBase64, getUseLineBreaks, setUseLineBreaks, toBase64 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.security.xmlsec.wss.encoding.BinaryDataEncoder |
|---|
decode |
| Constructor Detail |
|---|
public Base64BinaryEncoder()
| Method Detail |
|---|
public java.lang.String getEncodingType()
getEncodingType in interface BinaryDataEncoderQName representing this encoder.public java.lang.String encode(byte[] data)
BinaryDataEncoderencode in interface BinaryDataEncoderencode in class oracle.security.xmlsec.util.Base64data - The bytes to encode.
|
Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10678-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||