Package org.pgpainless.key.generation
Interface KeyRingBuilderInterface.WithPassphrase
-
- Enclosing interface:
- KeyRingBuilderInterface
public static interface KeyRingBuilderInterface.WithPassphrase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyRingBuilderInterface.BuildwithoutPassphrase()KeyRingBuilderInterface.BuildwithPassphrase(Passphrase passphrase)
-
-
-
Method Detail
-
withPassphrase
KeyRingBuilderInterface.Build withPassphrase(@Nonnull Passphrase passphrase)
-
withoutPassphrase
KeyRingBuilderInterface.Build withoutPassphrase()
-
-