Module org.snmp4j

Class TlsX509CertifiedTarget<A extends Address>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, CertifiedIdentity, Target<A>

    public class TlsX509CertifiedTarget<A extends Address>
    extends CertifiedTarget<A>
    The TlsCertifiedTarget extends the CertifiedTarget class by means to provide a TlsTmSecurityCallback reference directly with the target as needed according to RFC 6353 ยง5.3.1 when establishing a connection based on the SNMP-TARGET-MIB as client.
    Since:
    3.2.3
    Author:
    Frank Fock
    See Also:
    Serialized Form
    • Method Detail

      • getTlsTmSecurityCallback

        public TlsTmSecurityCallback<java.security.cert.X509Certificate> getTlsTmSecurityCallback()
        Gets the TlsTmSecurityCallback information needed to validate a client-server connection.
        Returns:
        a TlsTmSecurityCallback instance or null if such information is not provided then the transport mapping has to block (drop) the connection creation.