Package | Description |
---|---|
net.messagevortex.asn1 |
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
|
net.messagevortex.asn1.encryption |
Modifier and Type | Method and Description |
---|---|
String |
AlgorithmParameter.get(Parameter p) |
String |
AlgorithmParameter.put(Parameter parameter,
String value)
Puts a key/value pair into the list.
|
Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameter.getById(int id)
Retrieve parameter by ASN.1 id.
|
static Parameter |
Parameter.getByString(String s)
Retrieve parameter by name.
|
static Parameter |
Parameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter[] |
Parameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.