|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.irisel.util.cipher.BasicAuth
public class BasicAuth
Allow to encode/decode the authentification
Constructor Summary | |
---|---|
BasicAuth()
|
Method Summary | |
---|---|
static java.lang.String[] |
decode(java.lang.String auth)
Decode the basic auth and convert it to array login/password |
static java.lang.String |
encode(java.lang.String s)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicAuth()
Method Detail |
---|
public static java.lang.String[] decode(java.lang.String auth)
auth
- The string encoded authentification
public static java.lang.String encode(java.lang.String s)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |