Uses of Enum Class
cloud.opencode.base.crypto.sealedbox.SealedBox.Algorithm
Packages that use SealedBox.Algorithm
-
Uses of SealedBox.Algorithm in cloud.opencode.base.crypto.sealedbox
Subclasses with type arguments of type SealedBox.Algorithm in cloud.opencode.base.crypto.sealedboxModifier and TypeClassDescriptionstatic enumSupported algorithms for SealedBox.Methods in cloud.opencode.base.crypto.sealedbox that return SealedBox.AlgorithmModifier and TypeMethodDescriptionstatic SealedBox.AlgorithmReturns the enum constant of this class with the specified name.static SealedBox.Algorithm[]SealedBox.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.crypto.sealedbox with parameters of type SealedBox.AlgorithmModifier and TypeMethodDescriptionSealedBox.Builder.algorithm(SealedBox.Algorithm algorithm) Sets the algorithm.