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 TypeClassDescriptionclassTheCertifiedTargetclass implements aSecureTargetfor usage withSecurityModels 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 TypeClassDescriptionclassTheTlsCertifiedTargetextends theCertifiedTargetclass by means to provide aTlsTmSecurityCallbackreference 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.