Uses of Enum Class
net.messagevortex.asn1.encryption.Mode
Packages that use Mode
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of Mode in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return ModeModifier and TypeMethodDescriptionAsymmetricKey.getMode()Gets the mode used for encryption.SymmetricKey.getMode()Sets the mode used for encryption.Methods in net.messagevortex.asn1 with parameters of type ModeModifier and TypeMethodDescriptionSets the mode used for encryption.Constructors in net.messagevortex.asn1 with parameters of type ModeModifierConstructorDescriptionSymmetricKey(Algorithm sk, Padding pad, Mode mode) Creates a new symmetric key according to spec. -
Uses of Mode in net.messagevortex.asn1.encryption
Methods in net.messagevortex.asn1.encryption that return ModeModifier and TypeMethodDescriptionstatic ModeMode.getById(int id) Get enumeration element by its ASN.1 ID.static ModeMode.getByString(String name) Get enumeration element by its name.static ModeMode.getDefault(AlgorithmType type) Gets the currently set default value for the given type.static Mode[]Gets all cipher modes suitable for the specified algorithm.static ModeReturns the enum constant of this class with the specified name.static Mode[]Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.