|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SnmpSecurityParameters
Security parameters are security model dependent. Every security parameters class wishing to be passed to a security model must implement this marker interface. This interface has to be implemented when developing customized security models.
Method Summary | |
---|---|
void |
decode(byte[] params)
BER decoding of security parameters. |
int |
encode(byte[] outputBytes)
BER encoding of security parameters. |
String |
getPrincipal()
Principal coded inside the security parameters. |
Method Detail |
---|
int encode(byte[] outputBytes) throws SnmpTooBigException
outputBytes
- Array to fill.
SnmpTooBigException
void decode(byte[] params) throws SnmpStatusException
params
- Encoded parameters.
SnmpStatusException
String getPrincipal()
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |