Uses of Enum Class
land.oras.utils.SupportedAlgorithm
Packages that use SupportedAlgorithm
-
Uses of SupportedAlgorithm in land.oras
Methods in land.oras that return SupportedAlgorithmModifier and TypeMethodDescriptionContainerRef.getAlgorithm()LayoutRef.getAlgorithm()abstract SupportedAlgorithmRef.getAlgorithm()Get the algorithmMethods in land.oras with parameters of type SupportedAlgorithmModifier and TypeMethodDescriptionstatic LayerLayer.fromFile(Path file, SupportedAlgorithm algorithm) Create a layer from a file using a specific algorithm -
Uses of SupportedAlgorithm in land.oras.utils
Methods in land.oras.utils that return SupportedAlgorithmModifier and TypeMethodDescriptionstatic SupportedAlgorithmSupportedAlgorithm.fromDigest(@Nullable String digest) Get the algorithm from a digeststatic SupportedAlgorithmSupportedAlgorithm.getDefault()Get the default algorithmstatic SupportedAlgorithmReturns the enum constant of this class with the specified name.static SupportedAlgorithm[]SupportedAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.