com.sun.management.snmp.usm
Class SnmpUsmPrivPair

java.lang.Object
  extended by com.sun.management.snmp.usm.SnmpUsmPrivPair

public class SnmpUsmPrivPair
extends Object

This class models a "user/privacy algorithm" relation. It stores the algorithm and key to use when dealing with privacy.

Since:
Java DMK 5.1

Field Summary
 SnmpUsmPrivAlgorithm algo
          Privacy algorithm.
 byte[] key
          Privacy key.
 
Constructor Summary
SnmpUsmPrivPair()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algo

public SnmpUsmPrivAlgorithm algo
Privacy algorithm.


key

public byte[] key
Privacy key.

Constructor Detail

SnmpUsmPrivPair

public SnmpUsmPrivPair()

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.