java.io.Serializable
AuthenticationProtocol
, PrivacyProtocol
AuthGeneric
, AuthHMAC128SHA224
, AuthHMAC192SHA256
, AuthHMAC256SHA384
, AuthHMAC384SHA512
, AuthMD5
, AuthSHA
, AuthSHA2
, Priv3DES
, PrivacyGeneric
, PrivAES
, PrivAES128
, PrivAES192
, PrivAES192With3DESKeyExtension
, PrivAES256
, PrivAES256With3DESKeyExtension
, PrivAESWith3DESKeyExtension
, PrivDES
public interface SecurityProtocol
extends java.io.Serializable
SecurityProtocol
class defines common methods of
authentication and privacy protocols.Modifier and Type | Method | 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.