Uses of Enum Class
dev.getelements.elements.sdk.model.security.Rfc7468Label
Packages that use Rfc7468Label
-
Uses of Rfc7468Label in dev.getelements.elements.sdk.model.security
Methods in dev.getelements.elements.sdk.model.security that return Rfc7468LabelModifier and TypeMethodDescriptionstatic Rfc7468Label
Returns 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.sdk.model.security 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 theRfc7468Label
associated with this PemDecoder.Methods in dev.getelements.elements.sdk.model.security with parameters of type Rfc7468LabelModifier and TypeMethodDescriptionPemChain.findFirstWithLabel
(Rfc7468Label label) Finds the first speck with the suppliedRfc7468Label
.Constructors in dev.getelements.elements.sdk.model.security with parameters of type Rfc7468LabelModifierConstructorDescriptionPemData
(Rfc7468Label label, KeySpecT spec) Creates an instance ofPemData
with the supplied label and specification.