public final class SecurityLevel extends Object
SecurityLevel interface contains enumerated values
for the different security levels.| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_NOPRIV
Authentication and no encryption.
|
static int |
AUTH_PRIV
Authentication and encryption.
|
static int |
NOAUTH_NOPRIV
No authentication and no encryption.
|
| Constructor and Description |
|---|
SecurityLevel() |
public static final int NOAUTH_NOPRIV
public static final int AUTH_NOPRIV
public static final int AUTH_PRIV
Copyright © 2014 SNMP4J.org. All rights reserved.