Skip navigation links

Oracle Fusion Middleware Crypto FIPS Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10696-03


oracle.security.crypto.asn1
Class ASN1SetInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by oracle.security.crypto.asn1.ASN1ConstructedInputStream
              extended by oracle.security.crypto.asn1.ASN1SetInputStream

All Implemented Interfaces:
java.io.Closeable

public class ASN1SetInputStream
extends ASN1ConstructedInputStream

A stream for reading the components of an ASN1Set.


Field Summary

 

Fields inherited from class java.io.FilterInputStream
in

 

Constructor Summary
ASN1SetInputStream(java.io.InputStream is)
           

 

Method Summary

 

Methods inherited from class oracle.security.crypto.asn1.ASN1ConstructedInputStream
available, getCurrentIDByte, getCurrentTag, hasMoreData, markSupported, read, read, setCurrentTag, terminate, terminate

 

Methods inherited from class java.io.FilterInputStream
close, mark, read, reset, skip

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ASN1SetInputStream

public ASN1SetInputStream(java.io.InputStream is)
                   throws java.io.IOException
Throws:
java.io.IOException

Skip navigation links

Oracle Fusion Middleware Crypto FIPS Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10696-03


Copyright © 2005, 2011 , Oracle. All rights reserved.