codec.asn1
Class ASN1Null
java.lang.Object
codec.asn1.ASN1AbstractType
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
ASN1Null
public ASN1Null()
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.