com.sun.management.snmp.usm
Class SnmpUsmAuthPair
java.lang.Object
com.sun.management.snmp.usm.SnmpUsmAuthPair
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.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
algo
public SnmpUsmAuthAlgorithm algo
- Authentication algorithm.
key
public byte[] key
- Authentication localized key.
SnmpUsmAuthPair
public SnmpUsmAuthPair()
Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.