org.apache.geronimo.util.asn1.x509
Class GeneralSubtree

java.lang.Object
  extended by org.apache.geronimo.util.asn1.ASN1Encodable
      extended by org.apache.geronimo.util.asn1.x509.GeneralSubtree
All Implemented Interfaces:
DEREncodable

public class GeneralSubtree
extends ASN1Encodable


Constructor Summary
GeneralSubtree(ASN1Sequence seq)
           
 
Method Summary
 GeneralName getBase()
           
static GeneralSubtree getInstance(ASN1TaggedObject o, boolean explicit)
           
static GeneralSubtree getInstance(Object obj)
           
 BigInteger getMaximum()
           
 BigInteger getMinimum()
           
 DERObject toASN1Object()
           
 
Methods inherited from class org.apache.geronimo.util.asn1.ASN1Encodable
equals, getDERObject, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralSubtree

public GeneralSubtree(ASN1Sequence seq)
Method Detail

getInstance

public static GeneralSubtree getInstance(ASN1TaggedObject o,
                                         boolean explicit)

getInstance

public static GeneralSubtree getInstance(Object obj)

getBase

public GeneralName getBase()

getMinimum

public BigInteger getMinimum()

getMaximum

public BigInteger getMaximum()

toASN1Object

public DERObject toASN1Object()
Specified by:
toASN1Object in class ASN1Encodable


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