codec.asn1
Class ASN1Null

java.lang.Object
  extended by codec.asn1.ASN1AbstractType
      extended by codec.asn1.ASN1Null
All Implemented Interfaces:
ASN1Type, Cloneable

public class ASN1Null
extends ASN1AbstractType
implements Cloneable

Represents the ASN.1 NULL type.

Version:
"$Id: ASN1Null.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth

Constructor Summary
ASN1Null()
           
 
Method Summary
 void decode(Decoder dec)
           
 void encode(Encoder enc)
           
 int getTag()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class codec.asn1.ASN1AbstractType
checkConstraints, getConstraint, getTagClass, isExplicit, isOptional, isType, setConstraint, setExplicit, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASN1Null

public ASN1Null()
Method Detail

getValue

public Object getValue()
Specified by:
getValue in interface ASN1Type
Specified by:
getValue in class ASN1AbstractType

getTag

public int getTag()
Specified by:
getTag in interface ASN1Type
Specified by:
getTag in class ASN1AbstractType

encode

public void encode(Encoder enc)
            throws ASN1Exception,
                   IOException
Specified by:
encode in interface ASN1Type
Specified by:
encode in class ASN1AbstractType
Throws:
ASN1Exception
IOException

decode

public void decode(Decoder dec)
            throws ASN1Exception,
                   IOException
Specified by:
decode in interface ASN1Type
Specified by:
decode in class ASN1AbstractType
Throws:
ASN1Exception
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.