|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.snmp4j.security.SecurityLevel
public final class SecurityLevel
The SecurityLevel interface contains enumerated values
for the different security levels.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
SecurityLevel()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NOAUTH_NOPRIV
public static final int AUTH_NOPRIV
public static final int AUTH_PRIV
| Constructor Detail |
|---|
public SecurityLevel()
|
Copyright 2003-2009 Frank Fock and Jochen Katz (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||