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 |
---|---|
AlgorithmParameter |
AsymmetricKey.getAlgorithmParameter()
Gets the full algorithm parameters of this key.
|
AlgorithmParameter |
AsymmetricAlgorithmSpec.getAlgorithmParameter()
Get the algorithm parameters (@see AlgorithmParameter).
|
AlgorithmParameter |
SymmetricKey.getParameter() |
AlgorithmParameter |
AsymmetricKeyCache.getSpeculativeParameter()
Gets a set of parameter which should be calculated next.
|
Modifier and Type | Method and Description |
---|---|
int |
AlgorithmParameter.compareTo(AlgorithmParameter o) |
static AsymmetricKey |
AsymmetricKeyPreCalculator.getPrecomputedAsymmetricKey(AlgorithmParameter parameters)
retrieves a precomputed key from the cache.
|
AsymmetricKey |
AsymmetricKeyCache.peek(AlgorithmParameter parameter)
Gets a precalculated key from the cache without removing it.
|
AsymmetricKey |
AsymmetricKeyCache.pull(AlgorithmParameter parameter)
Gets a precalculated key from the cache.
|
void |
AsymmetricKeyCache.requestCacheIncrease(AlgorithmParameter parameter)
Increase the cache size for the specified parameter set.
|
void |
AsymmetricKeyCache.setCalcTime(AlgorithmParameter ap,
long millis)
Sets the time for a calculation with the specified parameter.
|
Constructor and Description |
---|
AlgorithmParameter(AlgorithmParameter p)
Copy constructor.
|
AsymmetricAlgorithmSpec(Algorithm alg,
AlgorithmParameter params) |
AsymmetricKey(AlgorithmParameter params)
creates a new asymmetric key based on the parameters given.
|
AsymmetricKey(AlgorithmParameter params,
boolean allowPrecalculated)
creates a new asymmetric key based on the parameters given.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmParameter |
Algorithm.getParameters(SecurityLevel sl)
Get default parameters for the security level specified.
|
Modifier and Type | Method and Description |
---|---|
Map<SecurityLevel,AlgorithmParameter> |
Algorithm.getParameters()
Get a map of security levels and default parameters for this algorithm.
|
Copyright © 2023. All rights reserved.