Package org.pgpainless.key.generation
Interface KeyRingBuilderInterface
-
- All Known Implementing Classes:
KeyRingBuilder
public interface KeyRingBuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKeyRingBuilderInterface.Buildstatic interfaceKeyRingBuilderInterface.WithAdditionalUserIdOrPassphrasestatic interfaceKeyRingBuilderInterface.WithPrimaryUserId
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default KeyRingBuilderInterface.WithPrimaryUserIdwithMasterKey(KeySpec keySpec)Deprecated.usewithPrimaryKey(KeySpec)instead.KeyRingBuilderInterface.WithPrimaryUserIdwithPrimaryKey(KeySpec keySpec)KeyRingBuilderInterfacewithSubKey(KeySpec keySpec)
-
-
-
Method Detail
-
withSubKey
KeyRingBuilderInterface withSubKey(@Nonnull KeySpec keySpec)
-
withMasterKey
@Deprecated default KeyRingBuilderInterface.WithPrimaryUserId withMasterKey(@Nonnull KeySpec keySpec)
Deprecated.usewithPrimaryKey(KeySpec)instead.Define the primary key spec.- Parameters:
keySpec- key spec- Returns:
- builder step
-
withPrimaryKey
KeyRingBuilderInterface.WithPrimaryUserId withPrimaryKey(@Nonnull KeySpec keySpec)
-
-