All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jsuereth.pgp.cli.ImportKey.scala Maven / Gradle / Ivy

The newest version!
package bleep.plugin.pgp
package cli

import java.io.File

case class ImportKey(pubKey: File) extends PgpCommand {
  def run(ctx: PgpCommandContext): Unit = {
    val key = PGP loadPublicKeyRing pubKey
    ctx addPublicKeyRing key
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy