Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
SNMP::V3::SecurityParams
Inherits
Reference
/
Object
Constants
EMPTY_SLICE =
Bytes
.new(0)
Constructors
new
(params :
ASN1::BER
)
Source
new
(username :
String
= "", engine_id :
String
= "", engine_boots :
Int32
= 0, engine_time :
Int32
= 0, priv_param :
Slice
(
UInt8
) =
EMPTY_SLICE
, auth_param :
Slice
(
UInt8
) =
EMPTY_SLICE
)
Source
Instance methods
auth_param
Source
auth_param=
(auth_param :
Bytes
)
Source
engine_boots
Source
engine_boots=
(engine_boots :
Int32
)
Source
engine_id
Source
engine_id=
(engine_id :
String
)
Source
engine_time
Source
engine_time=
(engine_time :
Int32
)
Source
priv_param
Source
priv_param=
(priv_param :
Bytes
)
Source
to_ber
(auth = @auth_param)
Source
username
Source
username=
(username :
String
)
Source