DHKickstartParametersImpl
public interface DHKickstartParameters
DHKickstartParameters
provides the kickstart public parameters needed to
initialize Diffie Hellman key exchange. These parameters have to exchanged out-of-band as
defined by RFC 2786.Modifier and Type | Method | Description |
---|---|---|
org.snmp4j.smi.OID |
getAuthenticationProtocol() |
As extension for RFC 2786 this parameter allows to select the authentication protocol to use for the
kickstart operation.
|
org.snmp4j.smi.OID |
getPrivacyProtocol() |
As extension for RFC 2786 this parameter allows to select the privacy protocol to use for the
kickstart operation.
|
org.snmp4j.smi.OctetString |
getPublicKey() |
Gets the public Diffie Hellman public key for this security name (from the command generator).
|
org.snmp4j.smi.OctetString |
getSecurityName() |
Gets the security name associated with the kickstart parameters.
|
java.lang.String |
getVacmRole() |
Returns the (optional) role associated with the security name.
|
boolean |
isResetRequested() |
Indicates whether an existing user with StorageType nonVolatile or permanent should be replaced by this kickstart
user or not.
|
org.snmp4j.smi.OctetString getSecurityName()
org.snmp4j.smi.OctetString getPublicKey()
org.snmp4j.smi.OID getAuthenticationProtocol()
null
is returned.null
if the default (usmHMACMD5AuthProtocol) should be
used.org.snmp4j.smi.OID getPrivacyProtocol()
null
is returned.null
if the default (usmDESPrivProtocol) should be
used.java.lang.String getVacmRole()
admin - unlimited access monitor - read-only access
boolean isResetRequested()
true
if a reset of an existing user is requested, false
otherwise.Copyright © 2018 SNMP4J.org. All rights reserved.