Bouncy Castle Cryptography 1.30

org.bouncycastle.sasn1
Class BerSet

java.lang.Object
  |
  +--org.bouncycastle.sasn1.Asn1Object
        |
        +--org.bouncycastle.sasn1.BerSet
All Implemented Interfaces:
Asn1Set

public class BerSet
extends Asn1Object
implements Asn1Set


Fields inherited from class org.bouncycastle.sasn1.Asn1Object
_baseTag, _contentStream, _tagNumber
 
Constructor Summary
protected BerSet(int baseTag, java.io.InputStream contentStream)
           
 
Method Summary
 Asn1Object readObject()
           
 
Methods inherited from class org.bouncycastle.sasn1.Asn1Object
getRawContentStream, getTagNumber, isConstructed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BerSet

protected BerSet(int baseTag,
                 java.io.InputStream contentStream)
Method Detail

readObject

public Asn1Object readObject()
                      throws java.io.IOException
Specified by:
readObject in interface Asn1Set

Bouncy Castle Cryptography 1.30