public interface KeyRingBuilderInterface
Modifier and Type | Interface and Description |
---|---|
static interface |
KeyRingBuilderInterface.Build |
static interface |
KeyRingBuilderInterface.WithPassphrase |
static interface |
KeyRingBuilderInterface.WithPrimaryUserId |
Modifier and Type | Method and Description |
---|---|
KeyRingBuilderInterface.WithPrimaryUserId |
withMasterKey(KeySpec keySpec) |
KeyRingBuilderInterface |
withSubKey(KeySpec keySpec) |
KeyRingBuilderInterface withSubKey(@Nonnull KeySpec keySpec)
KeyRingBuilderInterface.WithPrimaryUserId withMasterKey(@Nonnull KeySpec keySpec)