Package com.netscape.cmstools
Class PasswordCache
- java.lang.Object
-
- com.netscape.cmstools.PasswordCache
-
public class PasswordCache extends java.lang.Object
Tool for interacting with the PWcache- Version:
- $Revision$, $Date$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROP_PWC_NICKNAME
static java.lang.String
PW_TAG_INTERNAL_LDAP_DB
-
Constructor Summary
Constructors Constructor Description PasswordCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
base64Decode(java.lang.String s)
static java.lang.String
base64Encode(byte[] bytes)
static void
main(java.lang.String[] av)
-
-
-
Field Detail
-
PROP_PWC_NICKNAME
public static final java.lang.String PROP_PWC_NICKNAME
- See Also:
- Constant Field Values
-
PW_TAG_INTERNAL_LDAP_DB
public static final java.lang.String PW_TAG_INTERNAL_LDAP_DB
- See Also:
- Constant Field Values
-
-
Method Detail
-
base64Decode
public static byte[] base64Decode(java.lang.String s) throws java.io.IOException
- Throws:
java.io.IOException
-
base64Encode
public static java.lang.String base64Encode(byte[] bytes) throws java.io.IOException
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] av)
-
-