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 |
---|---|
CipherUsage |
CipherSpec.getCipherUsage() |
CipherUsage |
CipherSpec.setCipherUsage(CipherUsage usage)
Sets the usage type for the cypher specified in this set.
|
Modifier and Type | Method and Description |
---|---|
CipherUsage |
CipherSpec.setCipherUsage(CipherUsage usage)
Sets the usage type for the cypher specified in this set.
|
Constructor and Description |
---|
CipherSpec(CipherUsage cipherUsage) |
Modifier and Type | Method and Description |
---|---|
static CipherUsage |
CipherUsage.getById(int id)
Gets a usage by its Id.
|
static CipherUsage |
CipherUsage.getByString(String name)
Gets a usage by its name.
|
static CipherUsage |
CipherUsage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CipherUsage[] |
CipherUsage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.