mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 02:39:39 +02:00
Bump bc to 1.80-SNAPSHOT, sop-java to 10.1.0-SNAPSHOT
This commit is contained in:
parent
588b9d7469
commit
5b48eb07bf
4 changed files with 4 additions and 10 deletions
|
@ -12,7 +12,6 @@ import org.bouncycastle.util.io.Streams
|
|||
import org.pgpainless.decryption_verification.OpenPgpInputStream
|
||||
import org.pgpainless.util.ArmoredOutputStreamFactory
|
||||
import sop.Ready
|
||||
import sop.enums.ArmorLabel
|
||||
import sop.exception.SOPGPException
|
||||
import sop.operation.Armor
|
||||
|
||||
|
@ -46,9 +45,4 @@ class ArmorImpl : Armor {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Deprecated("Setting custom labels is not supported.")
|
||||
override fun label(label: ArmorLabel): Armor {
|
||||
throw SOPGPException.UnsupportedOption("Setting custom Armor labels not supported.")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue