PgpStreams
object PgpStreams
Utilities for decoding OpenPGP packet streams.
Functions
Link copied to clipboard
Returns a decoder stream that unwraps ASCII armor when present.
Link copied to clipboard
fun readEncryptedList(data: ByteArray, fingerprintCalculator: JcaKeyFingerprintCalculator): PGPEncryptedDataList
Scans data for the first PGPEncryptedDataList packet.