|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public int encode(byte[] outputBytes) throws SnmpTooBigException
outputBytes
- Array to fill.
SnmpTooBigException
public void decode(byte[] params) throws SnmpStatusException
params
- Encoded parameters.
SnmpStatusException
public String getPrincipal()
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |