org.snmp4j.security
Interface SecurityProtocol

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AuthenticationProtocol, PrivacyProtocol
All Known Implementing Classes:
AuthGeneric, AuthMD5, AuthSHA, Priv3DES, PrivAES, PrivAES128, PrivAES192, PrivAES256, PrivDES

public interface SecurityProtocol
extends java.io.Serializable

The SecurityProtocol class defines common methods of authentication and privacy protocols.

Version:
1.0
Author:
Jochen Katz & Frank Fock

Method Summary
 OID getID()
          Gets the OID uniquely identifying the privacy protocol.
 

Method Detail

getID

OID getID()
Gets the OID uniquely identifying the privacy protocol.

Returns:
an OID instance.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.