Module org.snmp4j

Class TlsX509CertifiedTarget<A extends Address>

java.lang.Object
org.snmp4j.AbstractTarget<A>
org.snmp4j.SecureTarget<A>
org.snmp4j.CertifiedTarget<A>
org.snmp4j.transport.tls.TlsX509CertifiedTarget<A>
All Implemented Interfaces:
Serializable, 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. If the provided TlsTmSecurityCallback is null this class behaves identical to its superclass CertifiedTarget.
Since:
3.3.0
Author:
Frank Fock
See Also: