Package org.pgpainless.key.generation
Interface KeyRingBuilderInterface.WithPrimaryUserId
-
- Enclosing interface:
- KeyRingBuilderInterface
public static interface KeyRingBuilderInterface.WithPrimaryUserId
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyRingBuilderInterface.WithPassphrasewithPrimaryUserId(byte[] userId)KeyRingBuilderInterface.WithPassphrasewithPrimaryUserId(java.lang.String userId)
-
-
-
Method Detail
-
withPrimaryUserId
KeyRingBuilderInterface.WithPassphrase withPrimaryUserId(@Nonnull java.lang.String userId)
-
withPrimaryUserId
KeyRingBuilderInterface.WithPassphrase withPrimaryUserId(@Nonnull byte[] userId)
-
-