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. -
-
Uses of CertifiedIdentity in org.snmp4j
Classes in org.snmp4j that implement CertifiedIdentity Modifier and Type Class Description class
CertifiedTarget
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()
Constructors in org.snmp4j with parameters of type CertifiedIdentity Constructor Description TransportStateReference(TransportMapping transport, Address address, OctetString securityName, SecurityLevel requestedSecurityLevel, SecurityLevel transportSecurityLevel, boolean sameSecurity, java.lang.Object sessionID, CertifiedIdentity certifiedIdentity)
-