Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.security
Class PEMInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by weblogic.security.PEMInputStream
All Implemented Interfaces:
Closeable

public final class PEMInputStream
extends 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.


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
PEMInputStream(InputStream in)
           
 
Method Summary
 
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(InputStream in)
               throws IOException
Throws:
IOException

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06