BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security
Class PEMInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--weblogic.security.PEMInputStream

public final class PEMInputStream
extends java.io.FilterInputStream

This class implements a BASE64 Character decoder as specified in RFC1521. This RFC is part of the MIME specification which is published by the Internet Engineering Task Force (IETF). The filter will look for chunks of length 60-80 that contain only PEM charaters and make them available as binary bytes.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
PEMInputStream(java.io.InputStream in)
           
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PEMInputStream

public PEMInputStream(java.io.InputStream in)
               throws java.io.IOException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81