Uses of Enum Class
net.messagevortex.asn1.encryption.Padding
Packages that use Padding
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of Padding in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return PaddingModifier and TypeMethodDescriptionAsymmetricKey.getPadding()Gets the padding used for encryption.SymmetricKey.getPadding()AsymmetricKey.setPadding(Padding p) Sets the padding used for encryption.Methods in net.messagevortex.asn1 with parameters of type PaddingModifier and TypeMethodDescriptionAsymmetricKey.setPadding(Padding p) Sets the padding used for encryption.Constructors in net.messagevortex.asn1 with parameters of type PaddingModifierConstructorDescriptionSymmetricKey(Algorithm sk, Padding pad, Mode mode) Creates a new symmetric key according to spec. -
Uses of Padding in net.messagevortex.asn1.encryption
Methods in net.messagevortex.asn1.encryption that return PaddingModifier and TypeMethodDescriptionstatic Padding[]Padding.getAlgorithms(AlgorithmType at) Get applicable padding sets for a given Algorithm type.static PaddingPadding.getById(int id) Get a padding by its ASN.1 ID.static PaddingPadding.getByString(String name) Get a padding by its name.static PaddingPadding.getDefault(AlgorithmType at) Get the default padding for a given AlgorithmType.Padding[]Mode.getPaddings()Gets all known paddings regardless of their support.static PaddingReturns the enum constant of this class with the specified name.static Padding[]Padding.values()Returns an array containing the constants of this enum class, in the order they are declared.