org.apache.directory.shared.asn1.der
Class BERSet

java.lang.Object
  extended by org.apache.directory.shared.asn1.der.DERSet
      extended by org.apache.directory.shared.asn1.der.BERSet
All Implemented Interfaces:
DEREncodable

public class BERSet
extends DERSet


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERSet
set
 
Constructor Summary
BERSet()
           
 
Method Summary
 void encode(ASN1OutputStream out)
           
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERSet
add, getObjectAt, getObjects, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BERSet

public BERSet()
Method Detail

encode

public void encode(ASN1OutputStream out)
            throws java.io.IOException
Specified by:
encode in interface DEREncodable
Overrides:
encode in class DERSet
Throws:
java.io.IOException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.