ch.panter.li.bi.asn.value
Class AsnObjectIdentifier

java.lang.Object
  extended by ch.panter.li.bi.asn.AsnValueBase
      extended by ch.panter.li.bi.asn.value.AsnSimpleValueBase
          extended by ch.panter.li.bi.asn.value.AsnOIDValueBase
              extended by ch.panter.li.bi.asn.value.AsnObjectIdentifier
All Implemented Interfaces:
OIDValue, OIDValueInfo, Validatable, AsnValue

public class AsnObjectIdentifier
extends AsnOIDValueBase


Constructor Summary
AsnObjectIdentifier()
           
AsnObjectIdentifier(AsnIntegralNumber... components)
           
AsnObjectIdentifier(AsnObjectIdentifier copy)
           
AsnObjectIdentifier(AsnType type)
           
AsnObjectIdentifier(int... components)
           
AsnObjectIdentifier(ReadOnlyCollection<AsnIntegralNumber> components)
           
AsnObjectIdentifier(String components)
           
 
Method Summary
 AsnObjectIdentifier copyAsnValue()
           
 boolean isRelative()
           
 
Methods inherited from class ch.panter.li.bi.asn.value.AsnOIDValueBase
addComponent, addComponent, assign, clearAllComponents, computeHashCode, getComponents, isAbsolute, isEqualTo, setComponents, setComponents, setComponents, setComponents, toString
 
Methods inherited from class ch.panter.li.bi.asn.AsnValueBase
checkTypeDerivedFrom, collectValidationInfo, equals, getTag, getType, hashCode, isValid, setTag, validate, validateStructure
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsnObjectIdentifier

public AsnObjectIdentifier()

AsnObjectIdentifier

public AsnObjectIdentifier(ReadOnlyCollection<AsnIntegralNumber> components)

AsnObjectIdentifier

public AsnObjectIdentifier(AsnIntegralNumber... components)

AsnObjectIdentifier

public AsnObjectIdentifier(int... components)

AsnObjectIdentifier

public AsnObjectIdentifier(String components)

AsnObjectIdentifier

public AsnObjectIdentifier(AsnType type)

AsnObjectIdentifier

public AsnObjectIdentifier(AsnObjectIdentifier copy)
Method Detail

copyAsnValue

public AsnObjectIdentifier copyAsnValue()

isRelative

public final boolean isRelative()
Specified by:
isRelative in interface OIDValueInfo
Specified by:
isRelative in class AsnOIDValueBase


Copyright 2007-2007 SourceForge. All Rights Reserved.