Oracle Security Developer Tools Crypto Java API Reference
10g (10.1.4.0.1)

B28171-01


oracle.security.crypto.asn1
Class ASN1SetInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byoracle.security.crypto.asn1.ASN1ConstructedInputStream
              extended byoracle.security.crypto.asn1.ASN1SetInputStream


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)
           

 

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

 

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

Oracle Security Developer Tools Crypto Java API Reference
10g (10.1.4.0.1)

B28171-01


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