Uses of Enum Class
net.messagevortex.asn1.encryption.AlgorithmType
Packages that use AlgorithmType
-
Uses of AlgorithmType in net.messagevortex.asn1.encryption
Methods in net.messagevortex.asn1.encryption that return AlgorithmTypeModifier and TypeMethodDescriptionAlgorithm.getAlgorithmType()Get the type of algorithm.static AlgorithmTypeReturns the enum constant of this class with the specified name.static AlgorithmType[]AlgorithmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.messagevortex.asn1.encryption with parameters of type AlgorithmTypeModifier and TypeMethodDescriptionstatic Algorithm[]Algorithm.getAlgorithms(AlgorithmType at) Return a list of algorithms of the specified type.static Padding[]Padding.getAlgorithms(AlgorithmType at) Get applicable padding sets for a given Algorithm type.static AlgorithmAlgorithm.getDefault(AlgorithmType at) Look up the default algorithm to be used on the system.static ModeMode.getDefault(AlgorithmType type) Gets the currently set default value for the given type.static PaddingPadding.getDefault(AlgorithmType at) Get the default padding for a given AlgorithmType.