|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityParameters
The SecurityParameters
interface represents the security
parameters in a SNMPv3 message.
Method Summary | |
---|---|
int |
getBERMaxLength(int securityLevel)
Gets the maximum length of the BER encoded representation of this SecurityParameters instance. |
int |
getSecurityParametersPosition()
Gets the byte position of the first byte (counted from zero) of the security parameters in the whole message. |
void |
setSecurityParametersPosition(int pos)
Sets the position of the first byte (counted from zero) of the security parameters in the whole SNMP message. |
Methods inherited from interface org.snmp4j.asn1.BERSerializable |
---|
decodeBER, encodeBER, getBERLength, getBERPayloadLength |
Method Detail |
---|
int getSecurityParametersPosition()
void setSecurityParametersPosition(int pos)
pos
- an integer value >= 0.int getBERMaxLength(int securityLevel)
SecurityParameters
instance.
securityLevel
- the security level to be used.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |