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 SupportedAlgorithm
Ref.getAlgorithm()
Get the algorithmMethods in land.oras with parameters of type SupportedAlgorithmModifier and TypeMethodDescriptionstatic Layer
Layer.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 SupportedAlgorithm
SupportedAlgorithm.fromDigest
(String digest) Get the algorithm from a digeststatic SupportedAlgorithm
SupportedAlgorithm.getDefault()
Get the default algorithmstatic SupportedAlgorithm
Returns 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.