Uses of Class
net.messagevortex.asn1.AlgorithmParameter
Packages that use AlgorithmParameter
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of AlgorithmParameter in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return AlgorithmParameterModifier and TypeMethodDescriptionAsymmetricAlgorithmSpec.getAlgorithmParameter()Get the algorithm parameters (@see AlgorithmParameter).AsymmetricKey.getAlgorithmParameter()Gets the full algorithm parameters of this key.SymmetricKey.getParameter()AsymmetricKeyCache.getSpeculativeParameter()Gets a set of parameter which should be calculated next.Methods in net.messagevortex.asn1 with parameters of type AlgorithmParameterModifier and TypeMethodDescriptionintAlgorithmParameter.compareTo(AlgorithmParameter o) static AsymmetricKeyAsymmetricKeyPreCalculator.getPrecomputedAsymmetricKey(AlgorithmParameter parameters) retrieves a precomputed key from the cache.AsymmetricKeyCache.peek(AlgorithmParameter parameter) Gets a precalculated key from the cache without removing it.AsymmetricKeyCache.pull(AlgorithmParameter parameter) Gets a precalculated key from the cache.voidAsymmetricKeyCache.requestCacheIncrease(AlgorithmParameter parameter) Increase the cache size for the specified parameter set.voidAsymmetricKeyCache.setCalcTime(AlgorithmParameter ap, long millis) Sets the time for a calculation with the specified parameter.Constructors in net.messagevortex.asn1 with parameters of type AlgorithmParameterModifierConstructorDescriptionCopy 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. -
Uses of AlgorithmParameter in net.messagevortex.asn1.encryption
Methods in net.messagevortex.asn1.encryption that return AlgorithmParameterModifier and TypeMethodDescriptionAlgorithm.getParameters(SecurityLevel sl) Get default parameters for the security level specified.Methods in net.messagevortex.asn1.encryption that return types with arguments of type AlgorithmParameterModifier and TypeMethodDescriptionAlgorithm.getParameters()Get a map of security levels and default parameters for this algorithm.