Uses of Interface
org.snmp4j.smi.AssignableFromByteArray

Packages that use AssignableFromByteArray
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3) messages.
Provides classes for the representation of SMIv1/v2 data types (which also includes some basic ASN.1 primitive data types).
  • Uses of AssignableFromByteArray in org.snmp4j.security

    Modifier and Type
    Class
    Description
    class 
    The SecretOctetString is an OctetString for secret data like keys and passwords.
    class 
    SecurityParameters implementation for the TSM security model.
  • Uses of AssignableFromByteArray in org.snmp4j.smi

    Modifier and Type
    Interface
    Description
    interface 
    The Address interface serves as a base class for all SNMP transport addresses.
    Classes in org.snmp4j.smi that implement AssignableFromByteArray
    Modifier and Type
    Class
    Description
    class 
    The BitString class represents the obsolete SMI type BIT STRING which has been defined in RFC 1442 (an SNMPv2 draft) but which has been obsoleteted by RFC 1902 and RFC 2578.
    class 
    The TlsAddress represents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.
    class 
    The GenericAddress implements the decorator and factory design pattern to provide a generic address type.
    class 
    The IpAddress class represents an IPv4 address SNMP variable.
    class 
    The OctetString class represents the SMI type OCTET STRING.
    class 
    The Opaque class represents the SMI type Opaque which is used to transparently exchange BER encoded values.
    class 
    A SMIAddress is an address that is defined by the Structure of Management Information (SMI) and can be thereby serialized through the Basic Encoding Rules (BER) used by the SNMP protocol.
    class 
    The TcpAddress represents TCP/IP transport addresses.
    class 
    The TlsAddress represents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.
    class 
    The TransportIpAddress is the abstract base class for all transport addresses on top of IP network addresses.
    class 
    The UdpAddress represents UDP/IP transport addresses.
    class 
    The VariantVariable provides a decorator for any type of Variable instance, to be able to intercept or monitor variable value modification by using a VariantVariableCallback.