com.sun.jdmk.snmp.usm
Class SnmpUsmAuthPair

java.lang.Object
  extended bycom.sun.jdmk.snmp.usm.SnmpUsmAuthPair

Deprecated. Use package com.sun.management.snmp.usm in preference to classes in this package. This class may be removed in a future version of Java DMK.

public class SnmpUsmAuthPair
extends Object

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

Since:
Java DMK 5.0

Field Summary
 SnmpUsmAuthAlgorithm algo
          Deprecated. Authentication algorithm.
 byte[] key
          Deprecated. Authentication localized key.
 
Constructor Summary
SnmpUsmAuthPair()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algo

public SnmpUsmAuthAlgorithm algo
Deprecated. 
Authentication algorithm.


key

public byte[] key
Deprecated. 
Authentication localized key.

Constructor Detail

SnmpUsmAuthPair

public SnmpUsmAuthPair()
Deprecated. 

FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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