All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.snmp.common.SnmpDataTypeEnums

public interface SnmpDataTypeEnums
This class contains SNMP data type constants. All members are static and can be used by any application.


Variable Index

 o ApplFlag
ASN.1 Tag for Application context.
 o BitStringTag
ASN.1 tag for representing the bit string type.
 o BooleanTag
ASN.1 tag for representing the boolean type.
 o Counter64Tag
ASN tag for representing a Counter64 as defined in RFC 1155.
 o CounterTag
ASN tag for representing a Counter32 as defined in RFC 1155.
 o CtxtFlag
ASN.1 tag for implicit context.
 o errEndOfMibViewTag
ASN tag for representing a EndOfMibView as defined in RFC 1902.
 o errNoSuchInstanceTag
ASN tag for representing a NoSuchInstance as defined in RFC 1902.
 o errNoSuchObjectTag
ASN tag for representing a NoSuchObject as defined in RFC 1902.
 o GaugeTag
ASN tag for representing a Gauge32 as defined in RFC 1155.
 o IntegerTag
ASN.1 tag for representing the integer type.
 o IpAddressTag
ASN tag for representing an IP Address as defined in RFC 1155.
 o NsapTag
ASN tag for representing a Nsap as defined in RFC 1902.
 o NullTag
ASN.1 tag for representing the Null type.
 o ObjectIdentiferTag
ASN.1 tag for representing the Object Identifier type.
 o OctetStringTag
ASN.1 tag for representing the octet string type.
 o OpaqueTag
ASN tag for representing an Opaque type as defined in RFC 1155.
 o SequenceTag
ASN.1 tag for a SEQUENCE or SEQUENCE OF.
 o TableTag
Represents a SNMP table.
 o TimeticksTag
ASN tag for representing a Timeticks as defined in RFC 1155.
 o UintegerTag
ASN tag for representing a Unsigned32 integer as defined in RFC 1902.
 o UnknownSyntaxTag
Represents a unknown syntax type.

Variables

 o BooleanTag
 public static final int BooleanTag
ASN.1 tag for representing the boolean type.

 o IntegerTag
 public static final int IntegerTag
ASN.1 tag for representing the integer type.

 o BitStringTag
 public static final int BitStringTag
ASN.1 tag for representing the bit string type.

 o OctetStringTag
 public static final int OctetStringTag
ASN.1 tag for representing the octet string type.

 o NullTag
 public static final int NullTag
ASN.1 tag for representing the Null type.

 o ObjectIdentiferTag
 public static final int ObjectIdentiferTag
ASN.1 tag for representing the Object Identifier type.

 o UnknownSyntaxTag
 public static final int UnknownSyntaxTag
Represents a unknown syntax type. No meaning in a ASN.1 context.

 o SequenceTag
 public static final int SequenceTag
ASN.1 tag for a SEQUENCE or SEQUENCE OF.

 o TableTag
 public static final int TableTag
Represents a SNMP table. No meaning in a ASN.1 context.

 o ApplFlag
 public static final int ApplFlag
ASN.1 Tag for Application context.

 o CtxtFlag
 public static final int CtxtFlag
ASN.1 tag for implicit context.

 o IpAddressTag
 public static final int IpAddressTag
ASN tag for representing an IP Address as defined in RFC 1155.

 o CounterTag
 public static final int CounterTag
ASN tag for representing a Counter32 as defined in RFC 1155.

 o GaugeTag
 public static final int GaugeTag
ASN tag for representing a Gauge32 as defined in RFC 1155.

 o TimeticksTag
 public static final int TimeticksTag
ASN tag for representing a Timeticks as defined in RFC 1155.

 o OpaqueTag
 public static final int OpaqueTag
ASN tag for representing an Opaque type as defined in RFC 1155.

 o Counter64Tag
 public static final int Counter64Tag
ASN tag for representing a Counter64 as defined in RFC 1155.

 o NsapTag
 public static final int NsapTag
ASN tag for representing a Nsap as defined in RFC 1902.

 o UintegerTag
 public static final int UintegerTag
ASN tag for representing a Unsigned32 integer as defined in RFC 1902.

 o errNoSuchObjectTag
 public static final int errNoSuchObjectTag
ASN tag for representing a NoSuchObject as defined in RFC 1902.

 o errNoSuchInstanceTag
 public static final int errNoSuchInstanceTag
ASN tag for representing a NoSuchInstance as defined in RFC 1902.

 o errEndOfMibViewTag
 public static final int errEndOfMibViewTag
ASN tag for representing a EndOfMibView as defined in RFC 1902.


All Packages  Class Hierarchy  This Package  Previous  Next  Index