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

sop.Signatures.kt Maven / Gradle / Ivy

There is a newer version: 10.0.3
Show newest version
// SPDX-FileCopyrightText: 2023 Paul Schaub 
//
// SPDX-License-Identifier: Apache-2.0

package sop

import java.io.IOException
import java.io.OutputStream

abstract class Signatures : Ready() {

    /**
     * Write OpenPGP signatures to the provided output stream.
     *
     * @param outputStream signature output stream
     * @throws IOException in case of an IO error
     */
    @Throws(IOException::class) abstract override fun writeTo(outputStream: OutputStream)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy