Collaboration API Documentation

com.filenet.bso.api.util
Class Encrypt

java.lang.Object
  |
  +--com.filenet.bso.api.util.Encrypt

public class Encrypt
extends java.lang.Object


Constructor Summary
protected Encrypt()
           
 
Method Summary
 void initLogger()
           
static void main(java.lang.String[] args)
           
 char[] readBytes(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Encrypt

protected Encrypt()
Method Detail

main

public static void main(java.lang.String[] args)

initLogger

public void initLogger()
                throws java.lang.Exception

readBytes

public final char[] readBytes(java.io.InputStream in)
                       throws java.io.IOException
Parameters:
in - stream to be used (e.g. System.in)
Returns:
The string as entered by the user.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.