PgpSignatory

PGP signatory from PGP key and password.

Constructors

Link copied to clipboard
constructor(name: String, secretKey: PGPSecretKey, password: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun createSignatureGenerator(): PGPSignatureGenerator
Link copied to clipboard
open fun getKeyId(): String
Returns the id of the key that will be used for signing.
Link copied to clipboard
open fun sign(toSign: InputStream): Array<Byte>
Exhausts toSign, and returns the raw signature bytes.
open fun sign(toSign: InputStream, signatureDestination: OutputStream)
Exhausts toSign, and writes the signature to signatureDestination.