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 |
---|---|
Padding |
AsymmetricKey.getPadding()
Gets the padding used for encryption.
|
Padding |
SymmetricKey.getPadding() |
Padding |
AsymmetricKey.setPadding(Padding p)
Sets the padding used for encryption.
|
Modifier and Type | Method and Description |
---|---|
Padding |
AsymmetricKey.setPadding(Padding p)
Sets the padding used for encryption.
|
Constructor and Description |
---|
SymmetricKey(Algorithm sk,
Padding pad,
Mode mode)
Creates a new symmetric key according to spec.
|
Modifier and Type | Method and Description |
---|---|
static Padding[] |
Padding.getAlgorithms(AlgorithmType at)
Get applicable padding sets for a given Algorithm type.
|
static Padding |
Padding.getById(int id)
Get a padding by its ASN.1 ID.
|
static Padding |
Padding.getByString(String name)
Get a padding by its name.
|
static Padding |
Padding.getDefault(AlgorithmType at)
Get the default padding for a given AlgorithmType.
|
Padding[] |
Mode.getPaddings()
Gets all known paddings regardless of their support.
|
static Padding |
Padding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Padding[] |
Padding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.