Class KeyAccessor.ViaKeyId

java.lang.Object
org.pgpainless.key.info.KeyAccessor
org.pgpainless.key.info.KeyAccessor.ViaKeyId
Enclosing class:
KeyAccessor

public static class KeyAccessor.ViaKeyId extends KeyAccessor
Address the key via key-id. In this case we are sourcing preferred algorithms from the keys direct-key signature first.
  • Constructor Details

    • ViaKeyId

      public ViaKeyId(@Nonnull KeyRingInfo info, @Nonnull SubkeyIdentifier key)
      Address the key via key-id.
      Parameters:
      info - info about the key at a given date
      key - key-id
  • Method Details

    • getSignatureWithPreferences

      @Nonnull public org.bouncycastle.openpgp.PGPSignature getSignatureWithPreferences()
      Description copied from class: KeyAccessor
      Depending on the way we address the key (key-id or user-id), return the respective PGPSignature which contains the algorithm preferences we are going to use.

      If we address a key via its user-id, we want to rely on the algorithm preferences in the user-id certification, while we would instead rely on those in the direct-key signature if we'd address the key by key-id.

      Specified by:
      getSignatureWithPreferences in class KeyAccessor
      Returns:
      signature