|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.splunk.Base64
public class Base64
This module is used to turn binary date in to base64 (radix-64) encoding. Its primary use is a utility function to encode the StormService authorization token.
Constructor Summary | |
---|---|
Base64()
|
Method Summary | |
---|---|
static java.lang.String |
encode(java.lang.String string)
|
static byte[] |
zeroPad(int length,
byte[] bytes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64()
Method Detail |
---|
public static byte[] zeroPad(int length, byte[] bytes)
public static java.lang.String encode(java.lang.String string)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |