public interface SecurityProtocol extends Serializable
SecurityProtocol
class defines common methods of
authentication and privacy protocols.Modifier and Type | Method and Description |
---|---|
OID |
getID()
Gets the OID uniquely identifying the privacy protocol.
|
int |
getMaxKeyLength()
Get the maximum length of the key in bytes for this security protocol.
|
boolean |
isSupported()
Checks whether this security protocol is actually supported by this Java runtime environment.
|
OID getID()
OID
instance.boolean isSupported()
true
if this security protocol is supported, false
otherwise.int getMaxKeyLength()
Copyright © 2018 SNMP4J.org. All rights reserved.