Uses of Interface
org.snmp4j.CertifiedIdentity
Packages that use CertifiedIdentity
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
-
Uses of CertifiedIdentity in org.snmp4j
Classes in org.snmp4j that implement CertifiedIdentityModifier and TypeClassDescriptionclass
TheCertifiedTarget
class implements aSecureTarget
for usage withSecurityModel
s that support secured connections using client and server certificates.Methods in org.snmp4j that return CertifiedIdentityConstructors in org.snmp4j with parameters of type CertifiedIdentityModifierConstructorDescriptionTransportStateReference
(TransportMapping transport, Address address, OctetString securityName, SecurityLevel requestedSecurityLevel, SecurityLevel transportSecurityLevel, boolean sameSecurity, Object sessionID, CertifiedIdentity certifiedIdentity) -
Uses of CertifiedIdentity in org.snmp4j.transport.tls
Classes in org.snmp4j.transport.tls that implement CertifiedIdentityModifier and TypeClassDescriptionclass
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.