Uses of Enum Class
dev.getelements.elements.rt.util.Rfc7468Label
Packages that use Rfc7468Label
-
Uses of Rfc7468Label in dev.getelements.elements.rt.util
Methods in dev.getelements.elements.rt.util that return Rfc7468LabelModifier and TypeMethodDescriptionstatic Rfc7468LabelReturns the enum constant of this class with the specified name.static Rfc7468Label[]Rfc7468Label.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.rt.util that return types with arguments of type Rfc7468LabelModifier and TypeMethodDescriptionstatic Optional<Rfc7468Label> Rfc7468Label.findForLabel(String label) Finds the enum value from the label.PemData.findRfc7468Label()Finds theRfc7468Labelassociated with this PemDecoder.Methods in dev.getelements.elements.rt.util with parameters of type Rfc7468LabelModifier and TypeMethodDescriptionPemChain.findFirstWithLabel(Rfc7468Label label) Finds the first speck with the suppliedRfc7468Label.Constructors in dev.getelements.elements.rt.util with parameters of type Rfc7468LabelModifierConstructorDescriptionPemData(Rfc7468Label label, KeySpecT spec) Creates an instance ofPemDatawith the supplied label and specification.