com.sun.management.snmp.usm
Interface SnmpUsmAlgorithm

All Known Subinterfaces:
SnmpUsmAuthAlgorithm, SnmpUsmPrivAlgorithm
All Known Implementing Classes:
SnmpUsmDesAlgorithm, SnmpUsmHmacAlgorithm, SnmpUsmHmacMd5, SnmpUsmHmacSha

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.1

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

Method Detail

getAlgorithm

String getAlgorithm()
Gets the unique algorithm name.

Returns:
Algorithm name.

getOid

String getOid()
Gets the unique algorithm OID.

Returns:
Algorithm OID.

getDeltaSize

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

Returns:
The delta value.

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.