-
- All Known Implementing Classes:
PrivAES192
,PrivAES192With3DESKeyExtension
,PrivAES256
,PrivAES256With3DESKeyExtension
,PrivAESWith3DESKeyExtension
public interface NonStandardSecurityProtocol
With theNonStandardSecurityProtocol
interface you can modify the ID of a non-standard security protocol to match the ID that is used by that protocol in your environment.- Since:
- 2.5.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OID
getDefaultID()
Gets the default ID for this non-standard privacy protocol.void
setID(OID newOID)
Assign a new ID to a non-standard security protocol instance.
-
-
-
Method Detail
-
setID
void setID(OID newOID)
Assign a new ID to a non-standard security protocol instance.- Parameters:
newOID
- the new security protcol ID for the security protocol class called.
-
getDefaultID
OID getDefaultID()
Gets the default ID for this non-standard privacy protocol.- Returns:
- the default ID as defined by the OOSNMP-USM-MIB.
-
-