Uses of Interface
org.snmp4j.security.PrivacyProtocol
Packages that use PrivacyProtocol
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for the SNMP message processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of PrivacyProtocol in org.snmp4j
Methods in org.snmp4j that return PrivacyProtocolModifier and TypeMethodDescriptionDirectUserTarget.getPrivacyProtocol()Get thePrivacyProtocolassociated with this target ornullif there is no direct user information provided but referenced by theAbstractTarget.securityNamefrom theUSMor there is no privacy.Methods in org.snmp4j with parameters of type PrivacyProtocolModifier and TypeMethodDescriptionvoidDirectUserTarget.setPrivacyProtocol(PrivacyProtocol privacyProtocol) /** Set thePrivacyProtocolassociated with this target ornullif there is no direct user information provided but referenced by theAbstractTarget.securityNamefrom theUSMor if there is no privacy.Constructors in org.snmp4j with parameters of type PrivacyProtocolModifierConstructorDescriptionDirectUserTarget(A address, OctetString securityName, byte[] authoritativeEngineID, AuthenticationProtocol authenticationProtocol, OctetString authenticationKey, PrivacyProtocol privacyProtocol, OctetString privacyKey) Creates an SNMPv3 USM target with the supplied security level, one second time-out without retries.DirectUserTarget(A address, OctetString securityName, AuthenticationProtocol authenticationProtocol, OctetString authenticationPassphrase, PrivacyProtocol privacyProtocol, OctetString privacyPassphrase) Creates an SNMPv3 USM target with the supplied security level, one second time-out without retries. -
Uses of PrivacyProtocol in org.snmp4j.mp
Methods in org.snmp4j.mp that return PrivacyProtocolModifier and TypeMethodDescriptionMPv3.getPrivProtocol(OID id) Gets an privacy protocol for the supplied ID. -
Uses of PrivacyProtocol in org.snmp4j.security
Classes in org.snmp4j.security that implement PrivacyProtocolModifier and TypeClassDescriptionclassPrivacy protocol class for Triple DES (DESEDE).classThe PrivacyGeneric abstract class implements common functionality of privacy protocols.classBase class for PrivAES128, PrivAES192 and PrivAES256.classEncryption class for AES 128.classEncryption class for AES 192.classEncryption class for AES 256.classPrivacy protocol class for DES.Methods in org.snmp4j.security that return PrivacyProtocolModifier and TypeMethodDescriptionSecurityProtocols.getPrivacyProtocol(OID id) Get the PrivacyProtocol with the given ID.UsmSecurityParameters.getPrivacyProtocol()UsmSecurityStateReference.getPrivacyProtocol()Methods in org.snmp4j.security with parameters of type PrivacyProtocolModifier and TypeMethodDescriptionvoidSecurityProtocols.addPrivacyProtocol(PrivacyProtocol priv) Add the givenPrivacyProtocol.static byte[]SecurityProtocols.passwordToKey(PrivacyProtocol privProtocol, AuthenticationProtocol authProtocol, OctetString passwordString, byte[] engineID) Generates the localized key for the given password and engine id for the privacy protocol specified by the supplied OID.voidUsmSecurityParameters.setPrivacyProtocol(PrivacyProtocol privacyProtocol) voidUsmSecurityStateReference.setPrivacyProtocol(PrivacyProtocol privacyProtocol) Constructors in org.snmp4j.security with parameters of type PrivacyProtocolModifierConstructorDescriptionUsmSecurityParameters(OctetString authoritativeEngineID, Integer32 authoritativeEngineBoots, Integer32 authoritativeEngineTime, OctetString userName, AuthenticationProtocol authenticationProtocol, PrivacyProtocol privacyProtocol) -
Uses of PrivacyProtocol in org.snmp4j.security.nonstandard
Classes in org.snmp4j.security.nonstandard that implement PrivacyProtocolModifier and TypeClassDescriptionclassThis class is provided for interoperability with some broken AES 192bit implementations of major network device manufactures that use a key extension algorithm that was specified forPriv3DESbut was never specified for AES 192 and 256 bit.classThis class is provided for interoperability with some broken AES 256bit implementations of major network device manufactures which use a key extension algorithm that was specified forPriv3DESbut was never specified for AES 192 and 256 bit.classThis class is provided for interoperability with some broken AES implementations of major network device manufactures which use a key extension algorithm that was specified forPriv3DESbut was never specified for AES 192 and 256 bit.