Uses of Interface
org.snmp4j.CertifiedIdentity
-
Packages that use CertifiedIdentity Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.transport.tls -
-
Uses of CertifiedIdentity in org.snmp4j
Classes in org.snmp4j that implement CertifiedIdentity Modifier and Type Class Description class
CertifiedTarget<A extends Address>
TheCertifiedTarget
class implements aSecureTarget
for usage withSecurityModel
s that support secured connections using client and server certificates.Methods in org.snmp4j that return CertifiedIdentity Modifier and Type Method Description CertifiedIdentity
TransportStateReference. getCertifiedIdentity()
Deprecated.UseTransportStateReference.getTarget()
instead and cast toCertifiedIdentity
if possible. -
Uses of CertifiedIdentity in org.snmp4j.transport.tls
Classes in org.snmp4j.transport.tls that implement CertifiedIdentity Modifier and Type Class Description class
TlsX509CertifiedTarget<A extends Address>
TheTlsCertifiedTarget
extends theCertifiedTarget
class by means to provide aTlsTmSecurityCallback
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.
-