org.mozilla.jss.asn1
Class NULL
java.lang.Object
|
+--org.mozilla.jss.asn1.NULL
- public class NULL
- extends java.lang.Object
- implements ASN1Value
Constructor Summary |
NULL()
|
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
TAG
public static final Tag TAG
FORM
public static final Form FORM
instance
private static final NULL instance
templateInstance
private static final NULL.Template templateInstance
NULL
public NULL()
getTag
public Tag getTag()
- Specified by:
- getTag in interface ASN1Value
encode
public void encode(java.io.OutputStream ostream)
throws java.io.IOException
- Specified by:
- encode in interface ASN1Value
encode
public void encode(Tag implicitTag,
java.io.OutputStream ostream)
throws java.io.IOException
- Specified by:
- encode in interface ASN1Value
getInstance
public static NULL getInstance()
getTemplate
public static NULL.Template getTemplate()