com.sun.jdmk.snmp.usm
Interface SnmpUsmAlgorithm

All Known Subinterfaces:
SnmpUsmAuthAlgorithm, SnmpUsmPrivAlgorithm
All Known Implementing Classes:
SnmpUsmAlgorithmImpl, SnmpUsmDesAlgorithm, SnmpUsmHmacAlgorithm

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 interface SnmpUsmAlgorithm

User based Security Model algorithm. Every algorithm used in the context of Usm must implement this interface. If you want to integrate your own algorithm, you must implement this interface.

Algorithm are uniquely identified by a name.

Since:
Java DMK 5.0

Method Summary
 String getAlgorithm()
          Deprecated. Gets the unique algorithm name.
 int getDeltaSize()
          Deprecated. Gets the delta used for key change algorithm (see RFC 2574).
 String getOid()
          Deprecated. Gets the unique algorithm OID.
 

Method Detail

getAlgorithm

public String getAlgorithm()
Deprecated. 
Gets the unique algorithm name.

Returns:
Algorithm name.

getOid

public String getOid()
Deprecated. 
Gets the unique algorithm OID.

Returns:
Algorithm OID.

getDeltaSize

public int getDeltaSize()
Deprecated. 
Gets the delta used for key change algorithm (see RFC 2574).

Returns:
The delta value.

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.