FileDocCategorySizeDatePackage
SnmpDecryptedPdu.javaAPI DocJava SE 5 API1012Fri Aug 26 14:55:06 BST 2005com.sun.jmx.snmp.internal

SnmpDecryptedPdu

public class SnmpDecryptedPdu extends Object
Class returned by SnmpSecuritySubSystem and SnmpSecurityModel. If privacy is applied, the received pdu must be decrypted. This class contains the field of of a decrypted scoped pdu.

This API is a Sun Microsystems internal API and is subject to change without notice.

since
1.5

Fields Summary
public byte[]
data
Decrypted pdu data.
public int
dataLength
Decrypted pdu data length.
public byte[]
contextName
Decrypted context name.
public byte[]
contextEngineId
Decrypted context engine Id.
Constructors Summary
Methods Summary