Package org.pgpainless.key.generation
Interface KeySpecBuilderInterface
-
- All Known Implementing Classes:
KeySpecBuilder
public interface KeySpecBuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKeySpecBuilderInterface.WithDetailedConfigurationstatic interfaceKeySpecBuilderInterface.WithFeaturesstatic interfaceKeySpecBuilderInterface.WithPreferredCompressionAlgorithmsstatic interfaceKeySpecBuilderInterface.WithPreferredHashAlgorithmsstatic interfaceKeySpecBuilderInterface.WithPreferredSymmetricAlgorithms
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeySpecwithInheritedSubPackets()KeySpecBuilderInterface.WithDetailedConfigurationwithKeyFlags(KeyFlag... flags)
-
-
-
Method Detail
-
withKeyFlags
KeySpecBuilderInterface.WithDetailedConfiguration withKeyFlags(@Nonnull KeyFlag... flags)
-
withInheritedSubPackets
KeySpec withInheritedSubPackets()
-
-