Package org.pgpainless.key.generation
Interface KeySpecBuilderInterface.WithFeatures
-
- Enclosing interface:
- KeySpecBuilderInterface
public static interface KeySpecBuilderInterface.WithFeatures
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeySpec
done()
KeySpecBuilderInterface.WithFeatures
withFeature(Feature feature)
-
-
-
Method Detail
-
withFeature
KeySpecBuilderInterface.WithFeatures withFeature(@Nonnull Feature feature)
-
done
KeySpec done()
-
-