Uses of Enum Class
net.messagevortex.asn1.encryption.Parameter
Packages that use Parameter
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of Parameter in net.messagevortex.asn1
Methods in net.messagevortex.asn1 with parameters of type Parameter -
Uses of Parameter in net.messagevortex.asn1.encryption
Methods in net.messagevortex.asn1.encryption that return ParameterModifier and TypeMethodDescriptionstatic ParameterParameter.getById(int id) Retrieve parameter by ASN.1 id.static ParameterParameter.getByString(String s) Retrieve parameter by name.static ParameterReturns the enum constant of this class with the specified name.static Parameter[]Parameter.values()Returns an array containing the constants of this enum class, in the order they are declared.